UNPKG

biojs-pcviz

Version:

BioJS wrapper for PCViz widget from Pathway Commons team

78 lines (77 loc) 1.79 kB
{ "name": "biojs-pcviz", "description": "BioJS wrapper for PCViz widget from Pathway Commons team", "version": "0.3.0", "homepage": "https://github.com/PathwayCommons/biojs-pcviz", "license": "LGPL-3.0", "author": { "name": "B. Arman Aksoy", "email": "arman@aksoy.org" }, "repository": { "type": "git", "url": "git://github.com/PathwayCommons/biojs-pcviz.git" }, "bugs": { "url": "https://github.com/PathwayCommons/biojs-pcviz/issues" }, "licenses": [ { "type": "LGPL 3", "url": "https://github.com/PathwayCommons/biojs-pcviz/blob/master/LICENSE" } ], "main": "lib/biojspcviz.js", "scripts": { "test": "gulp test", "build": "gulp build", "build-browser": "gulp build-browser", "build-browser-min": "gulp build-browser-gzip", "prepublish": "gulp build", "watch": "gulp watch", "test-watch": "gulp test-watch", "sniper": "sniper ." }, "dependencies": { "json3": "^3.3.2", "underscore": "^1.7.0" }, "devDependencies": { "mkdirp": "^0.5.0", "browserify": "6.x", "watchify": "^1.0.6", "chai": "1.x", "mocha": "1.x", "gulp-mocha": "1.x", "del": "^0.1.3", "gulp": "^3.8.8", "gulp-chmod": "^1.1.1", "gulp-gzip": "^0.0.8", "gulp-rename": "^1.2.0", "gulp-streamify": "^0.0.5", "gulp-uglify": "^1.0.1", "gulp-util": "^3.0.1", "gulp-jshint": "1.x", "sniper": "^0.2.16", "vinyl-source-stream": "^1.0.0" }, "sniper": { "js": [ "/build/biojspcviz.js" ], "snippets": [ "examples" ], "first": "simple" }, "keywords": [ "biojs", "network", "binary interactions", "visualization", "pathway commons", "pathway", "gene networks", "neighborhood" ] }