cttv.api
Version:
Javascript interface for the Open Targets rest api
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "cttv.api",
"version": "0.0.22",
"description": "Javascript interface for the Open Targets rest api",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"cttv",
"rest",
"api",
"opentargets"
],
"repository": {
"type": "git",
"url": "https://github.com/opentargets/RestApiJs.git"
},
"author": "Miguel Pignatelli <emepyc@gmail.com>",
"contributors": [
"Luca Fumis <luca.fumis@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"browserify": "^8.1.1",
"chai": "^1.10.0",
"del": "^2.2.0",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.1",
"gulp-gzip": "0.0.8",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.0.2",
"mkdirp": "^0.5.0"
},
"dependencies": {
"es6-promise": "^2.0.1",
"httpplease": "^0.15.2",
"httpplease-promises": "^0.3.0",
"tnt.api": "^0.1.1"
}
}