markin-couchbase
Version:
Markin Fork of Couchbase Node.js Client Library.
49 lines (48 loc) • 1.14 kB
JSON
{
"bugs": {
"url": "http://www.couchbase.com/issues/browse/JSCBC",
"email": "support@couchbase.com"
},
"description": "Markin Fork of 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": "markin-couchbase",
"dependencies": {
"bindings": "~1.2.1",
"jsonparse": "~1.0.0",
"nan": "~1.8.4",
"request": "~2.58.0"
},
"devDependencies": {
"ink-docstrap": "git+https://github.com/brett19/docstrap.git#master",
"istanbul": "~0.3.17",
"jsdoc": "~3.3.2",
"jsdoc-stability-tag": "~1.0.0",
"jshint": "~2.8.0",
"mocha": "~2.2.5"
},
"repository": {
"type": "git",
"url": "http://github.com/matthewarkin/couchnode.git"
},
"version": "2.0.10",
"config": {
"native": false
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "./node_modules/mocha/bin/mocha"
}
}