-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.18 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": "ghost_rush",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/mocha -w",
"knex": "knex",
"heroku-postbuild": "knex migrate:latest",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohendrick1223/ghost_rush.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ohendrick1223/ghost_rush/issues"
},
"homepage": "https://github.com/ohendrick1223/ghost_rush#readme",
"dependencies": {
"bcrypt": "^1.0.1",
"bcrypt-as-promised": "^1.1.0",
"body-parser": "^1.15.2",
"boom": "^4.2.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"jsonwebtoken": "^7.2.1",
"knex": "^0.12.6",
"mocha": "^3.2.0",
"morgan": "^1.7.0",
"node": "0.0.0",
"pg": "^6.1.2",
"supertest": "^2.0.1",
"test": "^0.6.0"
},
"engines": {
"node": "7.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.2.0",
"should": "^11.1.2",
"supertest": "^2.0.1"
}
}