-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "vmap-svg",
"version": "0.1.3",
"description": "formform module to visualize vmaps in SVG format",
"keywords": [
"formform",
"vmap",
"formDNA",
"FORM logic",
"uFORM iFORM"
],
"homepage": "https://formform.dev",
"author": {
"name": "Peter Hofmann",
"email": "[email protected]",
"url": "https://formsandlines.eu"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/formsandlines/vmap-svg"
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
],
"main": "dist/vmap-svg.js",
"unpkg": "dist/vmap-svg.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-plugin-compat": "^3.9.0",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"formsandlines-utils": "^0.1.1"
}
}