-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "g42beats",
"version": "0.0.1",
"private": true,
"description": "New Swagger API Project",
"keywords": [],
"author": "",
"license": "ISC",
"main": "app.js",
"dependencies": {
"bcrypt": "^1.0.2",
"body": "^5.1.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.12.3",
"humps": "^2.0.0",
"istanbul": "^0.4.5",
"joi": "^10.2.2",
"js-yaml": "^3.8.2",
"jsonwebtoken": "^7.3.0",
"knex": "^0.12.8",
"morgan": "^1.8.1",
"node-fetch": "^1.6.3",
"parser": "^0.1.4",
"path": "^0.12.7",
"pg": "^6.1.4",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"swagger-express-mw": "^0.1.0",
"swagger-tools": "^0.10.1"
},
"devDependencies": {
"chai": "^3.5.0",
"humps": "^2.0.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"nyc": "^10.2.0",
"should": "^7.1.0",
"supertest": "^1.2.0",
"yaml-lint": "0.0.4"
},
"scripts": {
"heroku-postbuild": "knex migrate:latest",
"start": "node app.js",
"test": "nyc --reporter=html --reporter=text mocha test/api/controllers/*.test.js"
},
"directories": {
"test": "test"
}
}