-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.89 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ngl",
"version": "2.0.0-dev.39",
"description": "Scalable molecular graphics for the web",
"main": "dist/ngl.umd.js",
"module": "dist/ngl.esm.js",
"types": "dist/declarations/ngl.d.ts",
"homepage": "https://github.com/arose/ngl#readme",
"repository": {
"type": "git",
"url": "https://github.com/arose/ngl.git"
},
"bugs": {
"url": "https://github.com/arose/ngl/issues"
},
"files": [
"dist"
],
"author": "Alexander Rose <[email protected]>",
"contributors": [],
"license": "MIT",
"keywords": [
"molecular graphics",
"molecular structure",
"chemical structure",
"science"
],
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@types/chroma-js": "^1.3.5",
"@types/jest": "^23.3.14",
"@types/node": "^10.17.9",
"@types/promise-polyfill": "^6.0.0",
"@types/signals": "1.0.1",
"@types/sprintf-js": "^1.1.2",
"babel-plugin-array-includes": "^2.0.3",
"babelrc-rollup": "^3.0.0",
"cpy-cli": "^3.1.0",
"eslint": "^5.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-react": "^7.10.0",
"jest": "25.5.1",
"rollup": "^0.63.5",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-internal": "^1.0.4",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-watch": "^4.3.1",
"slimerjs": "^1.0.0",
"source-map-support": "^0.5.6",
"standard": "^11.0.1",
"ts-jest": "25.5.1",
"typedoc": "^0.16.11",
"typescript": "^3.8.3",
"uglify-js": "^3.4.6"
},
"dependencies": {
"three": "^0.118.0",
"update": "^0.7.4",
"chroma-js": "^1.3.7",
"promise-polyfill": "^8.0.0",
"signals": "^1.0.0",
"sprintf-js": "^1.1.2"
}
}