-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 963 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
35
36
37
38
39
{
"name": "learningnodejs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"babel-plugin-transform-async-to-module-method": "^6.22.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.4.7",
"body-parser": "~1.15.2",
"chalk": "^1.1.3",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"jade": "~1.11.0",
"jsonwebtoken": "^7.2.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"mongoose": "^4.7.7",
"morgan": "~1.7.0",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"serve-favicon": "~2.3.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"karma": "^1.3.0"
}
}