UNPKG

biojs-vis-pdbviewer

Version:

A BioJS 2.0 component to view protein structures

65 lines (64 loc) 1.62 kB
{ "name": "biojs-vis-pdbviewer", "description": "A BioJS 2.0 component to view protein structures", "version": "0.0.3", "homepage": "http://github.com/sillitoe/biojs-vis-pdbviewer", "repository": { "type": "git", "url": "git://github.com/sillitoe/biojs-vis-pdbviewer" }, "author": { "name": "Ian Sillitoe", "email": "ian@sillit.com" }, "dependencies": { "jquery": "^1.11.0", "biojs-events": "^0.0.1" }, "devDependencies": { "biojs-sniper": "^0.1.1", "browserify": "^6.3.3", "chai": "^1.9.1", "del": "^0.1.3", "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-uglify": "^1.0.1", "gulp-watch": "^1.0.2", "jsdom": "^0.11.1", "mkdirp": "^0.5.0", "mocha": "~1.20.1", "uglify-js": "~2.4.15", "watchify": "^2.1.1" }, "keywords": [ "biojs", "protein", "structure", "PDB" ], "main": "./index.js", "scripts": { "test": "mocha --reporter spec", "build": "gulp build", "build-browser": "gulp build-browser", "build-browser-min": "gulp build-browser-gzip", "prepublish": "gulp", "sniper": "biojs-sniper .", "watch": "gulp watch", "test-watch": "gulp test-watch" }, "sniper": { "js": [ "/build/biojsvispdb.js", "https://code.jquery.com/jquery-1.11.1.min.js", "/external/jmol-14.2.4/jsmol/JSmol.min.nojq.js", "/external/jmol-14.2.4/jsmol/js/Jmol2.js"], "snippets": [ "snippets" ], "first": "simple" }, "license": "Apache 2" }