-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 906 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
{
"name": "turadmin",
"version": "2.0.0",
"private": true,
"scripts": {
"lint": "jshint .",
"start": "supervisor -w routes,lib,views,app.js -e node,js,jade app.js",
"test": "mocha -b -c test/suite.js -R spec",
"test:watch": "mocha -b -c -w test/suite.js -R progress"
},
"dependencies": {
"@sendgrid/mail": "^6.1.3",
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.2",
"cookie-session": "^1.2.0",
"dnt-api": "^1.1.0",
"dnt-connect": "^2.0.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"jade": "^1.11.0",
"method-override": "^2.3.6",
"node-cache": "^2.1.1",
"node-fetch": "^1.6.3",
"raven": "^0.11.0",
"restler": "^3.4.0",
"turbasen-auth": "^1.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"supervisor": "^0.10.0"
}
}