UNPKG

tnt.tree

Version:
67 lines (66 loc) 1.37 kB
{ "name": "tnt.tree", "version": "0.1.1", "description": "TnT tree display", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/emepyc/tnt.tree" }, "keywords": [ "tnt", "biojs", "javascript", "tree", "phylogenetic" ], "author": "Miguel Pignatelli", "license": "Apache-2.0", "bugs": { "url": "https://github.com/emepyc/tnt.tree/issues" }, "homepage": "https://github.com/emepyc/tnt.tree", "sniper": { "js": [ "http://d3js.org/d3.v3.min.js", "./build/tnt.tree.min.js" ], "css": [ "./build/index.css" ], "snippets": [ "snippets" ], "first": "layout" }, "dependencies": { "biojs-events": "0.0.4", "tnt.api": "^0.1.1", "tnt.newick": "^0.1.0", "tnt.tree.node": "^0.1.0" }, "devDependencies": { "browserify": "^12.0.1", "chai": "^3.4.1", "del": "^2.2.0", "gulp": "^3.9.0", "gulp-browserify": "^0.5.1", "gulp-css-purge": "^1.0.27", "gulp-gzip": "^1.2.0", "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.2.0", "gulp-rename": "^1.2.2", "gulp-sass": "^2.1.1", "gulp-uglify": "^1.5.1", "gulp-watch": "^4.3.5", "jshint": "^2.8.0", "mkdirp": "^0.5.1", "mocha": "^2.3.4" } }