-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 838 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 838 Bytes
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
{
"name": "BookInventory",
"version": "1.0.0",
"description": "Manages a gaming product inventory",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests",
"gulp": "gulp"
},
"author": "Chris Snyder",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.2",
"express": "^4.13.0",
"seraph": "^0.13.0",
"seraph-model": "^0.7.2"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.1",
"gulp-env": "^0.2.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.2",
"gulp-nodemon": "^2.0.3",
"gulp-watch": "^4.3.4",
"log4js": "^0.6.33",
"methods": "^1.1.1",
"mocha": "^2.2.5",
"monitorctrlc": "^1.0.1",
"should": "^7.0.2",
"sinon": "^1.15.4",
"supertest": "^1.0.1"
}
}