couchdb-indexer
Version:
Create or update indexes for all of your CouchDB via a single command / call.
45 lines (44 loc) • 855 B
JSON
{
"name": "couchdb-indexer",
"version": "0.1.2",
"description": "Create or update indexes for all of your CouchDB via a single command / call.",
"repository": {
"type": "git",
"url": "git://github.com/mammaldev/couchdb-indexer.git"
},
"main": "index.js",
"bin": {
"ixcouch": "bin/cmd.js"
},
"scripts": {},
"keywords": [
"couch",
"couchdb",
"cache",
"caching",
"database",
"active",
"tasks",
"_active_tasks",
"index",
"indexer",
"indexes",
"design",
"document",
"view",
"Q",
"Qouch",
"promise"
],
"author": {
"name": "Nick Cartwright",
"email": "nick@mammal.io",
"url": "http://mammal.io"
},
"license": "MIT",
"dependencies": {
"minimist": "^1.1.0",
"q": "^1.1.2",
"qouch": "git://github.com/mammaldev/qouch#v0.5.0"
}
}