forked from 3dmol/3Dmol.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1019 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "3dmol",
"version": "1.3.7",
"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": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"grunt": "^1.0.2",
"grunt-closure-compiler": ">=0.0.21",
"grunt-concurrent": ">=0.5.0",
"grunt-contrib-clean": ">=0.5.0",
"grunt-contrib-concat": ">=0.4.0",
"grunt-contrib-copy": ">=0.5.0",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-contrib-nodeunit": ">=0.4.0",
"grunt-contrib-uglify": ">=0.5.0",
"grunt-node-inspector": ">=0.1.5",
"grunt-shell": ">=0.7.0",
"jsdoc": ">=3.5.5",
"webpack": "^4.29.0"
},
"scripts": {
"build": "grunt build",
"prepublish": "npm run build"
},
"license": "BSD-3-Clause",
"main": "build/3Dmol-min.js"
}