yacw
Version:
Yet Another CouchDB Wrapper
27 lines (26 loc) • 961 B
JSON
{
"name":"yacw",
"description": "Yet Another CouchDB Wrapper",
"keywords" : [ "couchdb", "couchdb-wrapper", "couchdb-client" ],
"url": "http://github.com/tdebarochez/yacw",
"version":"0.2.3",
"node":">=0.8",
"main":"./index.js",
"author": "Thomas Debarochez <thomas.barochez+npm@gmail.com>",
"contributors": ["Ian Ward (https://github.com/ianshward)",
"Young Hahn (https://github.com/yhahn)",
"Ivan Erceg (https://github.com/ierceg)"],
"dependencies": {
"request": "*"
},
"devDependencies": {
"mocha": "*",
"jscoverage": "*"
},
"scripts": {
"test": "node test/cleanup.js ; ./node_modules/.bin/mocha",
"coverage": "node test/cleanup.js ; ./node_modules/.bin/jscoverage lib lib-cov ; (CODE_COVERAGE=1 ./node_modules/.bin/mocha -R html-cov > coverage.html) || exit 0;"
},
"repository" : {"type" : "git",
"url" : "http://github.com/tdebarochez/yacw.git"}
}