-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
47
{
"name": "crowdcode",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node-dev ./bin/www",
"test": "mocha"
},
"dependencies": {
"body-parser": "~1.17.1",
"connect-memjs": "^0.2.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"express-session": "^1.15.3",
"firebase": "^4.0.0",
"firebase-admin": "^5.0.0",
"firebaseui": "^2.0.0",
"foobar": "^1.1.0",
"git-command-line": "^0.1.5",
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-contrib-uglify": "3.3.0",
"http-status": "^1.0.1",
"jscodeshift": "^0.5.0",
"morgan": "~1.8.1",
"node-dev": "^3.1.3",
"npm": "^6.0.1",
"q": "^1.5.0",
"serve-favicon": "~2.4.2",
"session-file-store": "^1.0.0",
"session-memory-store": "^0.2.2",
"underscore.string": "^3.3.4",
"wagner-core": "^0.2.0"
},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^3.4.2",
"rewire": "^2.5.2",
"supertest": "^3.0.0"
},
"engines": {
"node": "6.11.0"
}
}