-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 972 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
{
"name": "node-api-kit",
"version": "0.0.1",
"description": " Starter kit for creating node.js server with express and MongoDB",
"scripts": {
"start": "nodemon ./bin/www"
},
"author": "Alqama Bin Sadiq",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"boom": "^7.1.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "~4.15.5",
"express-session": "^1.15.6",
"iron": "^4.0.4",
"jade": "~1.11.0",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.13.7",
"mongoose-currency": "^0.2.0",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"nodemon": "^1.14.8",
"passport": "^0.4.0",
"passport-facebook-token": "^3.3.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.4.0",
"q": "^1.5.1",
"serve-favicon": "~2.4.5",
"session-file-store": "^1.2.0",
"tracer": "^0.8.11"
}
}