cgds
Version:
A module for querying the Cancer Genomics Data Server (CGDS).
29 lines (28 loc) • 843 B
JSON
{
"name": "cgds",
"version": "0.1.5",
"description": "A module for querying the Cancer Genomics Data Server (CGDS).",
"keywords": ["cbio", "cancer", "genomics", "tcga", "mskcc"],
"bugs": "https://github.com/agrueneberg/CGDS-JS/issues",
"license": "MIT",
"author": "Alexander Grüneberg <alexander.grueneberg@googlemail.com>",
"main": "./lib/cgds.js",
"repository": {
"type": "git",
"url": "https://github.com/agrueneberg/CGDS-JS.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-contrib-uglify": "~0.5.0",
"browserify": "~4.2.1",
"mocha": "~1.20.1",
"expect.js": "~0.3.1"
},
"engines": {
"node": ">= 0.10.0"
}
}