-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 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
42
43
44
45
46
{
"name": "DAGAME",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"express": "~4.13.1",
"express-session":"1.11.3",
"jade": "~1.11.0",
"mongodb": "2.0.43",
"mongoose": "^4.1.8",
"morgan": "~1.6.1",
"passport": "^0.3.0",
"passport-google-oauth": "^0.2.0",
"passport-facebook": "2.0.0",
"serve-favicon": "~2.3.0",
"socket.io": "*"
},
"devDependencies": {
"bower": "~0.9.2",
"browserify": "~3.38.0",
"connect-livereload": "^0.5.3",
"grunt": "^0.4.5",
"grunt-browserify": "~1.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-copy": "*",
"grunt-contrib-watch": "~0.4.3",
"grunt-html-build": "~0.3.2",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2",
"moment": "~2.0.0",
"underscore": "*",
"underscore.string": "*"
},
"engines": {
"node": ">=0.8.0"
}
}