-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 904 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
{
"name": "callbox",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app/bin/www",
"test": "mocha",
"debug": "node-debug ./app/bin/www",
"debug-tests": "node-debug _mocha"
},
"dependencies": {
"body-parser": "~1.12.0",
"config": "^1.14.0",
"cookie-parser": "~1.3.3",
"debug": "~2.1.0",
"express": "~4.12.0",
"js-yaml": "^3.3.1",
"mongoose": "^4.0.6",
"morgan": "~1.5.0",
"q": "^1.4.1",
"serve-favicon": "~2.2.0",
"swig": "~1.4.2",
"twilio": "^2.2.1"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-xml": "^0.3.0",
"gulp": "~3.8.10",
"gulp-livereload": "~3.8.0",
"gulp-nodemon": "~2.0.2",
"gulp-plumber": "~1.0.0",
"mocha": "^2.2.5",
"mockgoose": "^2.0.3",
"node-inspector": "^0.11.1",
"proxyquire": "^1.5.0",
"sinon": "^1.15.3",
"supertest": "^1.0.1"
}
}