UNPKG

pdb-lite-mol

Version:

Web-component implementation of LiteMol 3D structure viewer. LiteMol is a streamlined structure viewer which enables a PDB structure to be explored within a browser rather than requiring pre-installed molecular graphics software. It is a PDB Component dev

64 lines (63 loc) 1.69 kB
{ "name": "pdb-lite-mol", "description": "Web-component implementation of LiteMol 3D structure viewer. LiteMol is a streamlined structure viewer which enables a PDB structure to be explored within a browser rather than requiring pre-installed molecular graphics software. It is a PDB Component developed using AngularJS.", "version": "0.2.0", "homepage": "https://github.com/PDBeurope/pdb-lite-mol", "author": { "name": "Mandar Deshpande", "email": "mandar@ebi.ac.uk" }, "repository": { "type": "git", "url": "git://github.com/PDBeurope/pdb-lite-mol.git" }, "bugs": { "url": "https://github.com/PDBeurope/pdb-lite-mol/issues" }, "license": "Apache-2.0", "main": "index.js", "scripts": { "test": "echo 'Error: no test specified' && exit 1", "build": "browserify -r ./:pdb-lite-mol -o build/pdbLiteMol_browserify.js" }, "dependencies": { "require-dir": "^1.1.0" }, "devDependencies": { "mkdirp": "^0.5.0", "browserify": "^8.1.3", "del": "^0.1.1", "gulp": "^3.8.7", "gulp-bump": "^0.2.1", "gulp-concat": "^2.3.4", "gulp-git": "^1.0.0", "gulp-uglify": "^0.3.1", "gulp-clean-css": "^2.0.12", "gulp-autoprefixer": "^3.1.1", "gulp-rename": "^1.2.2", "gulp-header": "^1.8.8", "gulp-sourcemaps": "^1.6.0" }, "sniper": { "js": [ "/build/pdbLiteMol_browserify.js" ], "css": [ "/build/pdb.litemol.min.css" ], "snippets": [ "examples/biojs" ], "first": "simple" }, "keywords": [ "BioJS", "PDB component", "PDB LiteMol", "3D Viewer", "WebGL", "PDBe", "electron density viewer", "AngularJS" ] }