forked from ditup/ditapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 KB
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
{
"name": "ditapi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development node --harmony ./bin/www",
"test": "NODE_ENV=test mocha --harmony ./test/",
"test:watch": "NODE_ENV=test mocha --harmony ./test/ --watch",
"lint": "gulp eslint",
"init-db-standalone": "NODE_ENV=test node --harmony ./bin/init-db-standalone"
},
"dependencies": {
"arangojs": "^5.0.3",
"body-parser": "~1.15.1",
"co": "^4.6.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.4.1",
"email-templates": "^2.5.2",
"express": "~4.13.4",
"express-validator": "^2.20.10",
"gulp": "^3.9.1",
"helmet": "^3.1.0",
"identicon.js": "^2.1.0",
"jsonapi-serializer": "^3.4.1",
"lodash": "^4.16.4",
"node-cron": "^1.1.3",
"node-sass-middleware": "0.8.0",
"nodemailer": "^2.6.4",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-oauth2": "^1.3.0",
"prompt": "^1.0.0",
"q": "^1.4.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"eslint": "^3.13.0",
"gulp-eslint": "^3.0.1",
"maildev": "^0.14.0",
"mocha": "^3.1.2",
"should": "^11.1.1",
"sinon": "^2.1.0",
"supertest": "^2.0.0"
}
}