-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 897 Bytes
/
package.json
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
34
{
"name": "prod-express-app",
"version": "1.0.0",
"description": "An express nodeJS app with built in packaging, test cases, mongo and redis integration with User Management",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tarun Mittal",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.325.0",
"bcrypt": "^3.0.1",
"body-parser": "^1.18.3",
"cluster": "^0.7.7",
"connect-redis": "^3.4.0",
"dotenv": "^6.1.0",
"express": "^4.16.3",
"express-body-parser-validator": "^1.0.0",
"express-session": "^1.15.6",
"fb": "^2.0.0",
"fs": "0.0.1-security",
"mongoose": "^5.3.0",
"mongoose-validator": "^2.1.0",
"node-ses": "^2.2.0",
"os": "^0.1.1",
"q": "^1.5.1",
"redis": "^2.8.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0"
}
}