npm-skim-registry
Version:
Move attachments into Manta and out of the registry
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "npm-skim-registry",
"description": "Move attachments into Manta and out of the registry",
"version": "2.2.2",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"bin": "bin/skim.js",
"bugs": "https://github.com/npm/npm-skim-registry/issues",
"dependencies": {
"async": "^0.8.0",
"bunyan": "~1.2.0",
"dashdash": "~1.7.0",
"follow": "~0.11.3",
"http-https": "~1.0.0",
"multi-fs": "~0.5.3",
"npm-registry-readme-trim": "~1.0.0",
"request": "~2.45.0",
"seq-file": "^1.0.2"
},
"devDependencies": {
"lab": "~3.2.3",
"manta": "~1.4.5",
"manta-client": "~1.0.5",
"mkdirp": "^0.5.0",
"must": "^0.12.0",
"parse-json-response": "~1.0.0",
"rimraf": "^2.2.8"
},
"homepage": "https://github.com/npm/npm-skim-registry",
"keywords": [
"npm",
"manta",
"couchdb",
"couch",
"mcouch",
"registry",
"attachments"
],
"license": "ISC",
"main": "skim.js",
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-skim-registry"
},
"scripts": {
"test": "lab test/test*.js",
"coverage": "lab -vc test/test*.js",
"dev": "NODE_ENV=dev ./bin/skim.js -Q .sequence -s http://localhost:5984/registry -f test/dev-targets.js https://fullfatdb.npmjs.com/registry | bunyan -o short"
}
}