forked from crux-bphc/fest-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "fest-manager",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "export FM_DATABASE=\"fest-manager-testing\"; tools/destroy-and-rebuild-database; grunt test",
"dev": "./node_modules/nodemon/bin/nodemon.js ./bin/www"
},
"dependencies": {
"base64-img": "^1.0.3",
"body-parser": "~1.17.1",
"connect-redis": "^3.3.0",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.2",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.3",
"fuse.js": "^3.0.5",
"fuzzquire": "0.0.7",
"google-spreadsheet": "^2.0.4",
"html-entities": "^1.2.1",
"html-pdf": "^2.1.0",
"jade": "~1.11.0",
"marked": "^0.3.6",
"moment": "^2.19.1",
"mongo-express": "0.45.0",
"mongoose": "^4.10.5",
"mongoose-paginate": "^5.0.3",
"mongoose-shortid-nodeps": "^0.6.5",
"morgan": "~1.8.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-google-token": "^0.1.2",
"project-root-path": "^1.0.0",
"qrcode": "^0.8.2",
"randomstring": "^1.1.5",
"redis": "^2.8.0",
"serve-favicon": "~2.4.2",
"shortid": "^2.2.8"
},
"devDependencies": {
"chai": "^4.0.2",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-js-beautify": "^0.1.4",
"grunt-mocha-test": "^0.12.7",
"jslint": "^0.10.1",
"mocha": "^2.5.3",
"nodemon": "^1.11.0",
"should": "^9.0.2",
"supertest": "^1.2.0"
}
}