forked from shippableSamples/sample_node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 794 Bytes
/
package.json
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-couchdb",
"version": "0.0.0",
"description": "Testing CouchDB service",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git@github.com:Shippable/sample_node.git"
},
"author": "Patrick Ellis",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shippable/sample_node/issues"
},
"homepage": "https://github.com/Shippable/sample_node",
"dependencies": {
"express": "^4.2.0",
"nano": "^5.10.0",
"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"
}
}