forked from couchbase/couchnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.21 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
51
52
53
54
{
"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.3.0",
"nan": "~2.10.0",
"prebuild-install": "^5.0.0",
"request": "^2.87.0",
"winston": "^3.0.0",
"winston-null": "^1.0.2"
},
"devDependencies": {
"ink-docstrap": "~1.3.2",
"istanbul": "~0.4.3",
"jsdoc": "~3.5.5",
"jsdoc-stability-tag": "~1.0.0",
"jshint": "~2.9.2",
"mocha": "^5.2.0",
"npm-check": "^5.7.1",
"prebuild": "^7.6.0"
},
"repository": {
"type": "git",
"url": "http://github.com/couchbase/couchnode.git"
},
"version": "2.6.0",
"config": {
"native": false
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"test": "mocha",
"rebuild": "node-gyp rebuild",
"prebuild": "prebuild --verbose --strip"
}
}