forked from couchbase/couchnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 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
49
50
{
"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": "Apache-2.0",
"name": "couchbase",
"dependencies": {
"bindings": "~1.2.1",
"nan": "~2.3.2",
"prebuild": "^6.0.0",
"request": "~2.74.0"
},
"devDependencies": {
"ink-docstrap": "git+https://github.com/brett19/docstrap.git#master",
"istanbul": "~0.4.3",
"jsdoc": "~3.4.0",
"jsdoc-stability-tag": "~1.0.0",
"jshint": "~2.9.2",
"mocha": "~2.4.5"
},
"repository": {
"type": "git",
"url": "http://github.com/couchbase/couchnode.git"
},
"version": "2.3.0",
"config": {
"native": false
},
"scripts": {
"install": "prebuild --install",
"test": "mocha",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --verbose --strip"
}
}