-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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": "@novadynamics/streamplot",
"version": "2.2.2",
"description": "Library for creating and dynamically updating plots and graphs with javascript. This library focuses on live data, and ease of use for creating plots",
"main": "index.js",
"scripts": {
"build": "./build-tools/build-js.sh mangle && ./build-tools/build-css.sh",
"build:unmangled": "./build-tools/build-js.sh clean && ./build-tools/build-css.sh"
},
"author": "Jonathan Van Schenck and Sean Sullivan",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.6.0",
"d3-axis": "^2.0.0",
"d3-force": "^2.0.0",
"d3-path": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"d3-selection-multi": "^1.0.1",
"d3-shape": "^2.0.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"jquery": "^3.5.1",
"object-path": "^0.11.5",
"popper.js": "^1.16.1",
"three": "^0.128.0",
"three-orbit-controls": "^82.1.0",
"three-trackballcontrols": "^0.9.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"esbuild": "^0.19.12",
"esmify": "^2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Nova-Dynamics/streamplot.git"
}
}