cttv.genome
Version:
Lightweight genome browser for CTTV targets based on TnT Genome
64 lines (63 loc) • 1.43 kB
JSON
{
"name": "cttv.genome",
"version": "0.0.29",
"description": "Lightweight genome browser for CTTV targets based on TnT Genome",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"cttv",
"tnt",
"genome",
"browser",
"snps",
"variation",
"disease",
"biojs"
],
"author": "Miguel Pignatelli",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/CTTV/targetGenomeBrowser"
},
"dependencies": {
"cttv.api": "0.0.15",
"font-awesome": "^4.5.0",
"rsvp": "^3.0.18",
"tnt.api": "0.1.0",
"tnt.genome": "^0.1.7",
"tnt.tooltip": "0.2.0",
"tnt.utils": "0.1.0"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-gzip": "^1.2.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5",
"mkdirp": "^0.5.1"
},
"biojs": {
"registryHeight": "600"
},
"sniper": {
"js": [
"http://d3js.org/d3.v3.min.js",
"http://cttv.github.io/targetGenomeBrowser/build/cttv.genome.min.js"
],
"css": [
"http://cttv.github.io/targetGenomeBrowser/build/cttv.genome.css",
"https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
],
"snippets": [
"snippets"
],
"first": "simple"
}
}