@pgaubatz/npm-registry-couchapp
Version:
The CouchApp implementation of an npm registry
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "@pgaubatz/npm-registry-couchapp",
"version": "2.6.12",
"description": "The CouchApp implementation of an npm registry",
"scripts": {
"start": "bash ./push.sh",
"load": "bash ./load-views.sh",
"copy": "bash ./copy.sh",
"test": "tap --timeout 240 test/*.js"
},
"dependencies": {
"couchapp": "~0.11.0",
"json": "^9.0.2",
"semver": "4"
},
"devDependencies": {
"request": "^2.42.0",
"parse-json-response": "^1.0.1",
"rimraf": "~2.2.6",
"tap": "*",
"which": "^1.0.5"
},
"repository": {
"type": "git",
"url": "git://github.com/pgaubatz/npm-registry-couchapp"
},
"keywords": [
"npm",
"registry",
"couchapp",
"design",
"doc",
"ddoc",
"couchdb",
"couch"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgaubatz/npm-registry-couchapp/issues"
},
"homepage": "https://github.com/pgaubatz/npm-registry-couchapp"
}