forked from qualiancy/supercouch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 711 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 711 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
{
"author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)",
"name": "supercouch",
"description": "Super duper CouchDB driver for node and the browser.",
"version": "0.2.4",
"homepage": "http://supercou.ch",
"repository": {
"type": "git",
"url": "git://github.com/qualiancy/supercouch.git"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"dependencies": {
"superagent": "0.9.x"
},
"devDependencies": {
"chai": "*",
"chai-http": "*",
"carbon": "0.3.x",
"carbon-logger": "0.1.x",
"connect": "2.3.x",
"codex": "0.2.x",
"folio": "0.3.x",
"mocha": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}