UNPKG

3dmol

Version:

Object oriented Javascript molecular visualization library

36 lines (35 loc) 865 B
{ "name": "3dmol", "version": "1.4.0", "description": "Object oriented Javascript molecular visualization library", "repository": { "type": "git", "url": "https://github.com/dkoes/3Dmol.js.git" }, "author": "David Koes and contributors", "homepage": "http://3dmol.csb.pitt.edu", "devDependencies": { "del": "^5.0.0", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-jsdoc3": "^2.0.0", "gulp-jshint": "^2.1.0", "gulp-merge": "^0.1.1", "gulp-rename": "^1.4.0", "gulp-shell": "^0.7.1", "gulp-terser": "^1.2.0", "gulp-uglify": "^3.0.2", "jsdoc": ">=3.5.5", "jshint": "^2.10.2" }, "scripts": { "build": "gulp", "prepublish": "npm run build" }, "license": "BSD-3-Clause", "main": "build/3Dmol-min.js", "dependencies": { "gulp-cli": "^2.2.0" } }