forked from ncbi/icn3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 909 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
{
"name": "icn3d",
"version": "2.4.3",
"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"
],
"author": "NCBI",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ncbi/icn3d/issues"
},
"homepage": "https://github.com/ncbi/icn3d#readme",
"dependencies": {
"jquery": "~3.2.1",
"jquery-ui": "components/jqueryui.git#1.12.1",
"three": "~0.80.1"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-dom": "^0.7.4",
"gulp-gh-pages": "klortho/gulp-gh-pages#3dfcaa7b",
"gulp-help": "^1.6.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-zip": "^3.1.0"
}
}