forked from perfectmak/events-tracking-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 834 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
{
"name": "GithubDatasetAPI",
"version": "0.0.0",
"private": true,
"scripts": {
"prestart": "npm install",
"start": "node ./bin/www",
"pretest": "npm install",
"test": "./node_modules/.bin/mocha test"
},
"dependencies": {
"aargh": "^1.1.0",
"bignumber.js": "^8.1.1",
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"chai-http": "^3.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"jade": "~1.11.0",
"jsonfile": "^3.0.1",
"lodash": "^4.17.4",
"mocha": "^3.5.0",
"mocha-junit-reporter": "^1.13.0",
"mocha-multi-reporters": "^1.1.4",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"sequelize": "^5.8.6",
"serve-favicon": "~2.4.2",
"sqlite3": "^4.0.0"
}
}