-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.07 KB
/
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
40
41
{
"name": "node-rest-server",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "4.4.7"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-session": "^1.14.0",
"jade": "~1.11.0",
"jsonwebtoken": "^7.1.3",
"mongoose": "^4.5.4",
"mongoose-currency": "^0.2.0",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "~2.3.0"
},
"description": "rest server for web app only till now",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/karimabdelhakim/confusion-express-server.git"
},
"author": "karim-abdelhakim",
"license": "ISC",
"bugs": {
"url": "https://github.com/karimabdelhakim/confusion-express-server/issues"
},
"homepage": "https://github.com/karimabdelhakim/confusion-express-server#readme"
}