forked from 3dmol/3Dmol.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1014 Bytes
/
package.json
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
36
37
38
39
40
41
{
"name": "3dmol",
"version": "1.7.1",
"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": "^6.0.0",
"glob-parent": "^5.1.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-jsdoc3": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-merge": "^0.1.1",
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-terser": "^2.0.1",
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.7",
"jshint": "^2.13.1"
},
"scripts": {
"build": "gulp",
"prepare": "npm run build"
},
"license": "BSD-3-Clause",
"main": "build/3Dmol-min.js",
"dependencies": {
"ini": "^2.0.0",
"jquery": "^3.6.0",
"netcdfjs": "^1.0.0",
"pako": "^2.0.4",
"yargs-parser": "^20.2.9"
}
}