UNPKG

exelixis-galaxy

Version:

Interactive phylogenetic tree viewer for the web

65 lines (64 loc) 1.39 kB
{ "name": "exelixis-galaxy", "description": "Interactive phylogenetic tree viewer for the web", "version": "0.0.4", "homepage": "https://github.com/daviddao/exelixis", "author": { "name": "David", "url": "https://www.daviddao.de" }, "repository": { "type": "git", "url": "git://github.com/daviddao/exelixis.git" }, "bugs": { "url": "https://github.com/daviddao/exelixis/issues" }, "licenses": [ { "type": "Apache 2", "url": "https://github.com/daviddao/exelixis/blob/master/LICENSE" } ], "main": "lib/index.js", "scripts": { "test": "mocha", "build": "mkdirp build && browserify -r ./:exelixis -o build/exelixis.js", "build-browser": "npm run build", "prepublish": "npm run build", "watch": "watchify -r ./:exelixis -v -o build/exelixis.js", "sniper": "biojs-sniper ." }, "dependencies": { "tnt.tree": "0.0.13" }, "devDependencies": { "mkdirp": "^0.5.0", "browserify": "6.x", "biojs-sniper": "0.x", "watchify": "^1.0.6", "chai": "1.x", "mocha": "1.x" }, "sniper": { "js": [ "/build/exelixis.js" ], "snippets": [ "examples" ], "css": [], "first": "createAndUpdate" }, "keywords": [ "phylogeny", "tree generator", "galaxy-vis" ], "galaxy": { "datatypes": [ "Newick", "data.Text" ] } }