mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 22:06:53 +08:00
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"name": "galaxy-scatterplot",
|
|
"version": "0.0.0",
|
|
"description": "Scatterplot visualization plugin for the Galaxy informatics framework",
|
|
"main": " ",
|
|
"scripts": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [
|
|
"galaxy",
|
|
"visualization",
|
|
"d3"
|
|
],
|
|
"author": "Carl Eberhard",
|
|
"license": "BSD",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.9",
|
|
"grunt-contrib-handlebars": "~0.5.10",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-watch": "~0.5.3"
|
|
}
|
|
}
|