forked from couchbase/couchnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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": "[email protected]"
},
"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.2.1",
"jsonparse": "~0.0.6",
"nan": "~1.5.1",
"request": "~2.45.0"
},
"devDependencies": {
"ink-docstrap": "git+https://github.com/brett19/docstrap.git#master",
"istanbul": "~0.3.2",
"jsdoc": "~3.3.0-alpha9",
"jsdoc-stability-tag": "~1.0.0",
"jshint": "~2.5.6",
"mocha": "~1.21.4"
},
"repository": {
"type": "git",
"url": "http://github.com/couchbase/couchnode.git"
},
"version": "2.0.5",
"config": {
"native": false
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "./node_modules/mocha/bin/mocha"
}
}