{
  "name": "tnt.transcript",
  "version": "0.0.9",
  "description": "Transcript Viewer based on TnT board and Ensembl data",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emepyc/tnt.transcript"
  },
  "keywords": [
    "tnt",
    "javascript",
    "browser",
    "transcript",
    "genome"
  ],
  "author": "Miguel Pignatelli",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/emepyc/tnt.transcript/issues"
  },
  "homepage": "https://github.com/emepyc/tnt.transcript",
  "devDependencies": {
    "browserify": "~4.2.0",
    "chai": "^1.9.1",
    "gulp": "^3.8.10",
    "gulp-browserify": "^0.5.0",
    "gulp-gzip": "0.0.8",
    "gulp-jshint": "^1.8.4",
    "gulp-mocha": "^1.0.0",
    "gulp-rename": "^1.2.0",
    "gulp-rimraf": "^0.1.0",
    "gulp-sass": "^1.2.4",
    "gulp-uglify": "^1.0.1",
    "gulp-watch": "^1.0.2",
    "mkdirp": "^0.5.0",
    "mocha": "~1.20.1",
    "node-sass": "^3.1.0",
    "npm-css": "^0.2.3",
    "uglify-js": "~2.4.15",
    "watchify": "^1.0.2"
  },
  "dependencies": {
    "tnt.board": "^0.0.8",
    "tnt.ensembl": "^0.0.3",
    "tnt.genome": "^0.0.7",
    "tnt.tooltip": "^0.0.9",
    "tnt.utils": "^0.0.0"
  }
}
