forked from buildsample/sample_node_sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 839 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 839 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
{
"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-couchdb.git"
},
"author": "Tim Lebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shippable/sample-node-couchdb/issues"
},
"homepage": "https://github.com/Shippable/sample-node-couchdb",
"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",
"sqlite3": "^2.2.3"
}
}