forked from couchbase/couchnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 950 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
{
"bugs" : { "url" : "http://www.couchbase.com/issues/browse/JSCBC",
"email" : "[email protected]" },
"description": "The official (currently under development) node.js Client Library. Built atop libcouchbase, it aligns the libuv event model of node.js with it's own asynchronous API to allow for native-node feeling high performance development.",
"engines" : { "node" : ">=0.8.8" },
"homepage": "http://www.couchbase.com/develop",
"keywords": ["couchbase", "libcouchbase", "memcached", "nosql", "json", "document"],
"main": "./lib/couchbase",
"license" : "Apache2",
"name": "couchbase",
"dependencies": {
"bindings": "~1.0.0"
},
"devDependencies": {
"async": "0.2.9",
"longjohn": "0.2.1",
"underscore": "1.5.1"
},
"repository" : { "type" : "git", "url" : "http://github.com/couchbase/couchnode.git" },
"version": "1.0.0-beta",
"gypfile": true
}