-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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
35
36
{
"name": "api_catch_up",
"version": "1.0.0",
"private": true,
"scripts": {
"db:reset": "knex migrate:rollback && knex migrate:latest && knex seed:run",
"start": "nodemon bin/tv_faves",
"test": "nodemon --exec \"mocha --recursive\" -R list"
},
"engines" : {
"node": "7.3.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SorrelBrigman/API_catch_up/issues"
},
"homepage": "https://github.com/SorrelBrigman/API_catch_up#readme",
"dependencies": {
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"cookie-parser": "^1.4.3",
"debug": "^2.6.3",
"express": "^4.15.2",
"knex": "^0.12.9",
"morgan": "^1.8.1",
"pg": "^6.1.5",
"pug": "^2.0.0-beta11",
"serve-favicon": "^2.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.2.0"
}
}