-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 815 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
{
"name": "inventory",
"version": "0.0.0",
"description": "Home inventory app with MongoDB",
"main": "app/index.js",
"scripts": {
"test": "mocha test --recursive -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/ABarnhard/inventory"
},
"author": "Adam Barnhard <admbarn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ABarnhard/inventory/issues"
},
"homepage": "https://github.com/ABarnhard/inventory",
"dependencies": {
"chalk": "^0.5.1",
"lodash": "^2.4.1",
"mongodb": "^1.4.7",
"sync-prompt": "^0.4.1"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^0.4.0",
"mocha": "^1.20.1"
}
}