{ "name": "galaxy-scatterplot", "version": "0.0.0", "description": "Scatterplot visualization plugin for the Galaxy informatics framework", "main": " ", "scripts": { "test": "test", "build": "parcel build src/scatterplot.js -d static/" }, "keywords": [ "galaxy", "visualization", "d3" ], "author": "Carl Eberhard", "license": "BSD", "dependencies": { "backbone": "^1.3.3", "bootstrap": "^3.3.7", "d3": "^3.5.17", "jquery": "^3.2.1", "jquery-ui-bundle": "^1.12.1", "parcel-bundler": "^1.4.1", "npm": "^5.7.1" } }