-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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": "ganyjs",
"version": "0.7.1",
"description": "3-D Scientific visualization using ThreeJS",
"keywords": [
"3D",
"scientific",
"visualization",
"threejs"
],
"homepage": "https://github.com/QuantStack/GanyJS",
"bugs": {
"url": "https://github.com/QuantStack/GanyJS/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Martin Renou",
"email": "martin.renou@gmail.com"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/GanyJS"
},
"scripts": {
"build": "tsc",
"prepare": "tsc"
},
"dependencies": {
"backbone": "^1.4.0",
"binary-search-tree": "^0.2.6",
"d3-color": "^1.4.0",
"d3-format": "^2.0.0",
"d3-interpolate": "^1.4.0",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"jquery": "^3.4.1",
"three": "^0.118.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/node": "^10.17.13",
"typescript": "~3.1.2"
}
}