-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 976 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 976 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
34
35
36
37
38
{
"name": "chainsaw",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"dotenv": "^4.0.0",
"express": "^4.15.5",
"express-flash": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"fetch": "^1.1.0",
"hbs": "~4.0.1",
"load-helpers": "^1.0.1",
"mongoose": "^4.13.7",
"mongoose-unique-validator": "^1.0.6",
"morgan": "~1.9.0",
"morgan-toolkit": "^1.0.2",
"node-fetch": "^1.7.3",
"node-pre-gyp": "^0.6.39",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"process-env": "^1.1.0",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
}
}