-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
30 lines (30 loc) · 984 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
{
"name": "superformulasvg-for-web",
"version": "1.0.0",
"description": "__SuperformulaSVG for web__ is an interactive drawing application that lets you generate shapes using the 2D superformula and export them in both SVG and raster image formats for use with laser cutters, plotters, or anything else you can think of!",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonwebb/superformulasvg-for-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jasonwebb/superformulasvg-for-web/issues"
},
"homepage": "https://github.com/jasonwebb/superformulasvg-for-web#readme",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
}
}