UNPKG

data-projector

Version:
30 lines (29 loc) 685 B
{ "name": "data-projector", "version": "0.2.0", "description": "Load and transform datasets", "main": "index.js", "scripts": { "test": "jest --no-watchman", "test-watch": "jest --watch" }, "keywords": ["dataset", "datavisualization", "sonification", "data", "ETL"], "author": "Chris Sattinger <crucialfelix@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/crucialfelix/data-projector.git" }, "dependencies": { "d3-dsv": "^1.0.7", "fecha": "^2.3.1", "ramda": "^0.24.1" }, "devDependencies": { "jest": "^21.1.0" }, "jest": { "verbose": true, "roots": ["src/__tests__"] } }