forked from couchbase/couchnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"bugs": {
"url": "http://www.couchbase.com/issues/browse/JSCBC",
"email": "support@couchbase.com"
},
"description": "The official Couchbase Node.js Client Library.",
"engines": {
"node": ">=0.8.8"
},
"homepage": "http://www.couchbase.com/communities/nodejs",
"keywords": [
"couchbase",
"libcouchbase",
"memcached",
"nosql",
"json",
"document"
],
"main": "./lib/couchbase",
"license": "Apache2",
"name": "couchbase",
"dependencies": {
"bindings": "~1.0.0",
"nan": "1.2.0",
"request": "~2.30.0"
},
"devDependencies": {
"async": "0.2.9",
"longjohn": "0.2.1",
"underscore": "1.5.1",
"mocha": "1.13.0",
"jshint": "~2.3.0",
"jsdoc": "3.3.0-alpha5",
"js-cb-tpl": "git+https://github.com/brett19/cb-jsdoc-tpl.git#master"
},
"repository": {
"type": "git",
"url": "http://github.com/couchbase/couchnode.git"
},
"version": "2.0.0-dp1",
"config": {
"native": false
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "./node_modules/mocha/bin/mocha"
}
}