tnt.board
Version:
TnT track-based board display
65 lines (64 loc) • 1.41 kB
JSON
{
"name": "tnt.board",
"version": "0.1.12",
"description": "TnT track-based board display",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/tntvis/tnt.board"
},
"keywords": [
"tnt",
"javascript",
"feature",
"biojs"
],
"author": "Miguel Pignatelli",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tntvis/tnt.board/issues"
},
"homepage": "https://github.com/tntvis/tnt.board",
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-gzip": "^1.2.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5",
"jshint": "^2.8.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"npm-css": "^0.2.3"
},
"dependencies": {
"tnt.api": "^0.1.0",
"tnt.utils": "^0.1.0"
},
"sniper": {
"js": [
"http://d3js.org/d3.v3.min.js",
"http://tntvis.github.io/tnt.board/build/tnt.board.min.js",
"/snippets/data/data.js"
],
"css": [
"http://tntvis.github.io/tnt.board/build/tnt.board.css"
],
"snippets": [
"snippets"
],
"first": "features"
}
}