-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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": "daimonion",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app",
"debug": "node %NODE_DEBUG_OPTION% .app ",
"test": "SET NODE_ENV=test mocha --recursive --timeout 10000 ./test ",
"migrate": "knex migrate:latest"
},
"dependencies": {
"@google-cloud/logging-winston": "^0.10.2",
"bcrypt": "^3.0.2",
"bluebird": "latest",
"body-parser": "latest",
"bookshelf": "^0.13.3",
"bookshelf-json-columns": "^2.1.1",
"cookie-parser": "^1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-ipfilter": "^0.3.1",
"express-validator": "^5.3.0",
"http-errors": "~1.6.2",
"ioredis": "^4.3.0",
"jade": "~1.11.0",
"jwt-simple": "^0.5.5",
"knex": "^0.15.2",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"nodemon": "^1.18.9",
"parse-error": "^0.2.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"spdy": "^4.0.0",
"sqlite3": "^4.0.4",
"uuid4": "^1.1.4",
"winston": "^3.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^6.3.5",
"superagent": "^3.8.3",
"supertest": "^3.3.0",
"winston-spy": "^0.2.0"
}
}