-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
38 lines (38 loc) · 901 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
35
36
37
38
{
"name": "sample-node-couchdb",
"version": "0.0.0",
"description": "Testing CouchDB service",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "[email protected]: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",
"util": "~0.10.3",
"body-parser": "~1.4.2",
"express": "~4.3.1",
"request": "~2.67.0",
"parse-links": "*"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-express-server": "^0.4.17",
"grunt-mocha-test": "^0.12.7",
"mocha": "^1.18.2",
"superagent": "^0.18.0",
"spec-xunit-file": "0.0.1-3"
}
}