UNPKG

datapackage-registry

Version:
61 lines (60 loc) 1.49 kB
{ "name": "datapackage-registry", "version": "0.2.1", "description": "An API wrapper for a Data Package registry.", "keywords": [ "data package", "frictionless data", "open data", "open knowledge" ], "main": "index.js", "dependencies": { "csv": "^0.4.1", "bluebird": "~2.9.34", "es6-promise": "^3.0.2", "isomorphic-fetch": "^2.2.0", "underscore": "^1.8.3" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5", "istanbul": "~0.3.19", "fetch-mock": "^2.2.3", "coveralls": "~2.11.4" }, "scripts": { "test": "mocha --timeout 5000 ./", "coverage": "istanbul cover _mocha -- -R spec .", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "author": { "name": "Open Knowledge", "email": "info@okfn.org", "url": "https://okfn.org/" }, "contributors": [ { "name": "Paul Walsh", "email": "paulywalsh@gmail.com", "url": "http://pwalsh.me/" }, { "name": "Artem Rudenko", "email": "gvidon@ottofeller.com", "url": "http://ottofeller.com/" }, { "name": "Alexey Kislyakov", "email": "alexey@creony.com", "url": "http://ottofeller.com/" } ], "homepage": "https://github.com/okfn/datapackage-registry-js", "bugs": "https://github.com/okfn/datapackage-registry-js/issues", "repository": { "type": "git", "url": "https://github.com/okfn/datapackage-registry-js.git" }, "license": "MIT" }