-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "leaflet-paintpolygon",
"version": "1.2.1-alpha.1",
"description": "Leaflet plugin to create polygon with circle, for touchscreen",
"main": "dist/Leaflet.PaintPolygon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcoupin/leaflet-paintpolygon.git"
},
"keywords": [
"leaflet",
"create",
"polygon",
"circle",
"paint"
],
"author": "Thibault Coupin <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tcoupin/leaflet-paintpolygon/issues"
},
"homepage": "https://github.com/tcoupin/leaflet-paintpolygon#readme",
"devDependencies": {
"turf": "7.0.0-alpha.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"leaflet": "^1.3.1",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"dependencies": {}
}