-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 961 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 961 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
39
40
{
"name": "ModularJS",
"version": "1.0.0",
"description": "Has-many-relationships",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.10.33"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-http": "^1.0.0",
"grunt": "^0.4.5",
"grunt-jscs": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-cli": "^0.1.13",
"grunt-simple-mocha": "^0.4.0"
},
"dependencies": {
"body-parser": "^1.9.2",
"express": "^4.10.1",
"mongoose": "^3.8.18"
},
"scripts": {
"test": "node_modules/grunt-cli/bin/grunt test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Chareesa/ModularJS-MyHasManyApp.git"
},
"author": "Chareesa Graham",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chareesa/ModularJS-MyHasManyApp/issues"
},
"homepage": "https://github.com/Chareesa/ModularJS-MyHasManyApp"
}