-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "plottrbottr",
"version": "1.0.0",
"description": "",
"main": "circle-packing.js",
"dependencies": {
"@cyrilf/vue-dat-gui": "^0.3.0",
"@doodle3d/clipper-js": "^1.0.10",
"argparse": "^1.0.10",
"browser-or-node": "^1.2.1",
"bunny": "^1.0.1",
"clipper-lib": "^6.2.1",
"commander": "^3.0.1",
"d3": "^5.9.7",
"d3-delaunay": "^5.1.3",
"earcut": "^2.1.5",
"hextile": "^1.1.1",
"interpolate-string": "^1.3.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.1",
"libtess": "^1.2.2",
"mesh-simplify": "^2.0.0",
"minimist": "^1.2.0",
"open": "^6.4.0",
"opn": "^6.0.0",
"paper": "^0.12.3",
"paper-jsdom": "^0.12.3",
"seedrandom": "^3.0.5",
"shuffle-array": "^1.0.1",
"svg-to-geojson": "^1.0.0",
"svg-to-wkt": "git+https://github.com/davidmcclure/svg-to-wkt.git",
"tess2": "^1.0.0",
"wellknown": "^0.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}