forked from WebSVG/voronoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 Bytes
/
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
{
"name": "voro-gen",
"version": "1.0.0",
"description": "Parametric Voronoi generator with real time editing and SVG export",
"main": "main.js",
"scripts": {
"serve": "npx serve",
"build": "cp node_modules\\web-js-utils\\index.js ./src/web-js-utils.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebSVG/voronoi.git"
},
"keywords": [
"voronoi",
"svg"
],
"author": "wassfila",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebSVG/voronoi/issues"
},
"homepage": "https://github.com/WebSVG/voronoi#readme",
"dependencies": {
"bootstrap": "^4.4.1",
"file-saver": "^2.0.2",
"jquery": "^3.5.0",
"matter-js": "^0.14.2",
"popper": "^1.0.1",
"scale-grid": "^1.1.0",
"web-js-utils": "^2.1.0",
"bl": ">=4.0.3"
}
}