UNPKG

escher-vis

Version:

Escher: A Web Application for Building, Sharing, and Embedding Data-Rich Visualizations of Biological Pathways

92 lines (91 loc) 2.39 kB
{ "name": "escher-vis", "author": "Zachary King", "version": "1.6.1", "schema_version": "1-0-0", "map_model_version": "5", "description": "Escher: A Web Application for Building, Sharing, and Embedding Data-Rich Visualizations of Biological Pathways", "keywords": [ "visualization", "pathway map", "metabolism", "genome-scale-model", "web application", "D3.js", "biojs" ], "license": "MIT", "homepage": "https://escher.github.io", "repository": "github:zakandrewking/escher", "bugs": "https://github.com/zakandrewking/escher/issues", "files": [ "js/src/*.js", "js/dist/*", "css/dist/*" ], "main": "js/src/main.js", "engines": { "node": ">=5.0" }, "devDependencies": { "biojs-sniper": "^0.2.9", "bootstrap": "^3.3.6", "bootswatch": "^3.3.6", "chai": "^3.3.0", "grunt": "^0.4.5", "grunt-browserify": "^4.0.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.2", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "grunt-coveralls": "^1.0.0", "grunt-env": "^0.4.4", "grunt-extract-sourcemap": "^0.1.16", "grunt-git": "^0.3.7", "grunt-istanbul": "^0.6.1", "grunt-mocha-test": "^0.12.7", "grunt-release": "^0.13.0", "grunt-shell": "^1.1.2", "jquery": "^2.2.0", "jsdom": "^7.2.2", "mocha": "^2.3.4" }, "dependencies": { "baconjs": "^0.7.71", "d3-brush": "zakandrewking/d3-brush", "d3-drag": "^1.0.2", "d3-dsv": "^1.0.3", "d3-request": "^1.0.3", "d3-scale": "^1.0.4", "d3-selection": "^1.0.3", "d3-zoom": "^1.1.1", "file-saver": "^1.3.3", "mousetrap": "^1.5.3", "tinier": "^0.5.1", "underscore": "^1.8.3", "vkbeautify": "^0.99.1" }, "scripts": { "compile": "./node_modules/.bin/grunt default", "compilew": "./node_modules/.bin/grunt watch", "test": "./node_modules/.bin/grunt test || true", "test-debug": "node debug ./node_modules/.bin/grunt test", "coverage": "./node_modules/.bin/grunt coverage" }, "sniper": { "js": [ "/js/dist/escher.min.js", "https://d3js.org/d3.v3.min.js" ], "css": [ "/css/src/builder.css" ], "snippets": [ "snippets" ], "first": "map" } }