-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 926 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
37
38
39
{
"name": "jet-fuel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamj1232/Jet-Fuel.git"
},
"author": "adam carpenter and zane russell",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adamj1232/Jet-Fuel/issues"
},
"homepage": "https://github.com/Adamj1232/Jet-Fuel#readme",
"dependencies": {
"body-parser": "^1.17.2",
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"express": "^4.15.3",
"knex": "^0.13.0",
"md5": "^2.2.1",
"mocha": "^3.4.2",
"pg": "^6.4.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"mocha": "^3.4.2",
"shortid": "^2.2.8"
}
}