-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.69 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
48
49
50
51
52
53
54
55
{
"name": "ribot-api",
"version": "0.1.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "./node_modules/supervisor/lib/cli-wrapper.js --watch app app.js",
"test": "env NODE_ENV=test PORT=8988 BASE_URL=http://localhost:8988 LOG_LEVEL=error DATABASE_DEBUG=false DATABASE_URL=postgresql://ribot@localhost/ribot-api-test multi='xunit=test/reports/xunit.xml html-cov=test/reports/coverage.html mocha-cobertura-reporter=test/reports/coverage.xml spec=-' node_modules/mocha/bin/mocha"
},
"author": "",
"license": "ISC",
"engines": {
"node": "9.11.1"
},
"dependencies": {
"aglio": "^2.3.0",
"api-blueprint-json-schema": "^0.3.0",
"bluebird": "^2.10.1",
"body-parser": "^1.14.0",
"bookshelf": "^0.8.2",
"cors": "^2.7.1",
"cron": "^1.0.9",
"dependency-graph": "^0.1.0",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"googleapis": "^1.1.5",
"jwt-simple": "^0.3.1",
"knex": "^0.6.22",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"pg": "^4.4.2",
"request": "^2.63.0",
"underscore-deep-extend": "0.0.5",
"underscore.string": "^3.2.2",
"validate.js": "^0.8.0",
"validator": "^4.0.6",
"winston": "^1.0.1"
},
"devDependencies": {
"blanket": "^1.1.7",
"mocha": "^2.3.3",
"mocha-cobertura-reporter": "Vanuan/mocha-cobertura-reporter#01944d816ce5af3f6391dab072a1d299cd43e72e",
"mocha-junit-reporter": "^1.6.1",
"mocha-multi": "^0.7.2",
"nock": "^2.12.0",
"nodemon": "^1.7.0",
"should": "^7.1.0",
"should-promised": "^0.3.1",
"supervisor": "^0.9.1",
"timekeeper": "0.0.5"
}
}