-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 933 Bytes
/
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
{
"name": "uphall",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"eventproxy": "^0.3.4",
"express": "~4.13.1",
"formidable": "^1.0.17",
"hashmap": "^2.0.4",
"jade": "~1.11.0",
"jsonwebtoken": "^5.5.4",
"mathjs": "^2.6.0",
"mongoose": "^4.3.4",
"morgan": "~1.6.1",
"nedb": "^1.5.1",
"q": "^1.4.1",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-develop-server": "^0.5.0",
"gulp-exit": "0.0.2",
"gulp-mocha": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.7",
"lodash": "^4.0.0",
"run-sequence": "^1.1.5",
"should": "^8.1.1",
"supertest": "^1.1.0"
}
}