data-streams
Version:
Transforms the Dataset resources of a package.jsonld into streams
38 lines (37 loc) • 874 B
JSON
{
"name": "data-streams",
"version": "0.2.0",
"description": "Transforms the Dataset resources of a package.jsonld into streams",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/standard-analytics/data-streams.git"
},
"keywords": [
"data",
"package",
"package.jsonld",
"hyperdata",
"stream"
],
"author": "Sebastien Ballesteros",
"license": "MIT",
"bugs": {
"url": "https://github.com/standard-analytics/data-streams/issues"
},
"homepage": "https://github.com/standard-analytics/data-streams",
"dependencies": {
"clone": "~0.1.11",
"jts-validator": "0.1.x",
"request": "~2.29.0",
"mocha": "~1.15.1",
"semver": "~2.2.1",
"mime": "~1.2.11",
"split": "^0.3.0",
"binary-csv": "^0.1.7",
"is-url": "^1.0.0"
}
}