UNPKG

tnt.ensembl

Version:

Library to retrieve data via the Ensembl REST Api

58 lines (57 loc) 1.3 kB
{ "name": "tnt.ensembl", "version": "0.0.13", "description": "Library to retrieve data via the Ensembl REST Api", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "gulp test", "prepublish": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/emepyc/tnt.ensembl" }, "keywords": [ "tnt", "javascript", "feature", "ensembl", "rest", "api" ], "author": "Miguel Pignatelli", "license": "Apache-2.0", "bugs": { "url": "https://github.com/emepyc/tnt.ensembl/issues" }, "homepage": "https://github.com/emepyc/tnt.ensembl", "devDependencies": { "browserify": "~4.2.0", "chai": "^1.9.1", "gulp": "^3.8.8", "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", "lodash": "^3.2.0", "mkdirp": "^0.5.0", "mocha": "~1.20.1", "npm-css": "^0.2.3", "uglify-js": "~2.4.15", "watchify": "^1.0.2" }, "dependencies": { "es6-promise": "^2.3.0", "httpplease": "^0.15.3", "httpplease-promises": "^0.3.0", "tnt.api": "0.0.1" } }