-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
54 lines (54 loc) · 1.32 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
47
48
49
50
51
52
53
54
{
"name": "litemol",
"version": "2.4.2",
"description": "A library/plugin for handling 3D structural molecular data (not only) in the browser.",
"scripts": {},
"main": "index.js",
"typings": "index.d.ts",
"author": "David Sehnal <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/dsehnal/LiteMol"
},
"bugs": {
"url": "https://github.com/dsehnal/LiteMol/issues"
},
"homepage": "https://webchemdev.ncbr.muni.cz/LiteMol/",
"keywords": [
"litemol",
"molecule",
"macromolecule",
"protein",
"visualization",
"3d visualization",
"3d viewer",
"electron density viewer",
"structural molecular data",
"PDBe"
],
"license": "Apache-2.0",
"dependencies": {
"@types/react": "^15.6.16",
"@types/react-dom": "^15.5.6"
},
"devDependencies": {
"@types/gulp": "^3.8.36",
"byline": "^5.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-tar": "^2.1.0",
"gulp-typedoc": "^2.2.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"merge2": "^1.2.2",
"ts-node": "^3.3.0",
"typedoc": "^0.7.2",
"typescript": "^2.9.1"
}
}