forked from ncbi/icn3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
42
43
44
45
46
{
"name": "icn3d",
"version": "3.19.0",
"description": "iCn3D Structure Viewer",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncbi/icn3d.git"
},
"keywords": [
"ncbi",
"icn3d",
"3d viewer",
"protein",
"structure"
],
"author": "Jiyao Wang <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ncbi/icn3d/issues"
},
"homepage": "https://github.com/ncbi/icn3d#readme",
"dependencies": {
"jquery": "^3.5.0",
"jquery-ui": "github:jquery/jquery-ui#1.13.2",
"line-awesome": "^1.3.0",
"three": "~0.137.0"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-dom": "^1.0.0",
"gulp-help": "^1.6.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.1",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
"rollup": "^2.45.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}