forked from shippableSamples/sample_node_mongo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
{
"name": "sample_node_mongo",
"version": "0.0.0",
"description": "Testing MongoDB service",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git@github.com:tmlbl/sample_node_mongo.git"
},
"author": "Tim Lebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmlbl/sample_node_mongo/issues"
},
"homepage": "https://github.com/tmlbl/sample_node_mongo",
"dependencies": {
"express": "^4.2.0",
"mongoose": "^3.8.9",
"should": "^4.0.1"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-express-server": "^0.4.17",
"grunt-simple-mocha": "^0.4.0",
"istanbul": "^0.2.9",
"mocha": "^1.18.2",
"superagent": "^0.18.0",
"xunit-file": "0.0.5"
}
}