UNPKG

dpm2

Version:
69 lines (68 loc) 1.56 kB
{ "name": "dpm2", "version": "0.4.0", "description": "Like npm but for data packages!", "main": "index.js", "bin": { "dpm2": "bin/dpm2" }, "preferGlobal": true, "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git://github.com/standard-analytics/dpm2.git" }, "keywords": [ "package", "datapackage", "client", "data", "registry", "npm" ], "author": "Sebastien Ballesteros", "license": "MIT", "bugs": { "url": "https://github.com/standard-analytics/dpm2/issues" }, "homepage": "https://github.com/standard-analytics/dpm2", "dependencies": { "temp": "~0.6.0", "fstream-ignore": "0.0.7", "tar": "~0.1.18", "async": "~0.2.9", "mime": "~1.2.11", "couch-multipart-stream": "0.0.0", "rc": "~0.3.2", "optimist": "~0.6.0", "cookie": "~0.1.0", "clone": "~0.1.11", "semver": "~2.2.1", "npm-user-validate": "0.0.3", "read": "~1.0.5", "colors": "~0.6.2", "split": "~0.2.10", "request": "~2.30.0", "rimraf": "~2.2.5", "mkdirp": "~0.3.5", "concat-stream": "~1.2.1", "once": "~1.3.0", "archy": "0.0.2", "flat": "~1.0.0", "fs-readdir-recursive": "0.0.1", "datapackage-json": "0.0.5", "glob": "~3.2.7", "lodash.uniq": "~2.4.1", "lodash.flatten": "~2.4.1", "is-url": "~0.1.0", "jts-infer": "0.0.0" }, "devDependencies": { "mocha": "~1.15.1", "nano": "~4.2.1", "lodash.difference": "~2.4.1" }, "dataDependencies": {} }