-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Stethoscope App API",
"version": "0.2.6",
"description": "Node.js backend API for Stethoscope",
"engines": {
"node": "6.10.2"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "^2.5.0",
"aws-sdk": "^2.131.0",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "2.5.6",
"express": "4.15.2",
"express-session": "^1.15.3",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"path": "^0.12.7",
"pg": "^6.4.0"
}
}