-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 965 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 965 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
39
{
"name": "gamification",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular-cookies": "^1.5.6",
"angular-file-upload": "^2.2.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.1",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.13.1",
"express-livereload": "0.0.24",
"fs": "0.0.2",
"mongojs": "^1.4.1",
"mongoose": "^4.3.1",
"mongoose-crate": "^1.0.10",
"mongoose-crate-localfs": "^1.1.1",
"mongoose-relationship": "^0.1.4",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"path": "^0.12.7",
"pg-promise": "^4.3.4",
"pooled-pg": "0.0.7",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"gulp-livereload": "^3.8.1"
}
}