-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "commerce",
"version": "0.0.0",
"description": "E-Commerce Node Application",
"main": "app/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test --recursive -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/nss-cohort-2014-06-07/commerce"
},
"author": "Chyld Medford <chyld.medford@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nss-cohort-2014-06-07/commerce/issues"
},
"homepage": "https://github.com/nss-cohort-2014-06-07/commerce",
"dependencies": {
"body-parser": "^1.5.2",
"express": "^4.7.2",
"express-method-override": "0.0.3",
"jade": "^1.5.0",
"lodash": "^2.4.1",
"mongodb": "^1.4.8",
"morgan": "^1.2.2"
},
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.9.1",
"coveralls": "^2.11.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.3",
"mocha-lcov-reporter": "0.0.1"
}
}