UNPKG

@galaxyproject/charts

Version:
38 lines (37 loc) 838 B
{ "name": "@galaxyproject/charts", "version": "0.1.0", "description": "Galaxy Charts (currently just utils)", "type": "module", "keywords": [ "galaxy", "visualization", "chart", "viz" ], "author": "Dannon Baker <dannon.baker@gmail.com>", "homepage": "http://github.com/galaxyproject/galaxy-visualizations", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/galaxyproject/galaxy-visualizations.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/galaxyproject/galaxy-visualizations/issues" }, "dependencies": { "d3": "3", "underscore": "^1.13.1" } }