-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.26 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
45
46
{
"name": "mapbox-gl-draw-pinning-mode",
"version": "0.1.2",
"description": "pinning drawing mode for mapbox-gl-draw",
"main": "dist/mapbox-gl-draw-pinning-mode.js",
"module": "src/index.js",
"scripts": {
"start": "rollup -w --config rollup.dev.config.js",
"build": "rollup --config rollup.config.js"
},
"devDependencies": {
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@rollup/plugin-html": "^0.2.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"rollup": "^2.33.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"@mapbox/mapbox-gl-draw": "^1.2.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mhsattarian/mapbox-gl-draw-pinning-mode.git"
},
"keywords": [
"mapbox",
"mapbox-gl",
"mapbox-gl-draw",
"draw",
"mode",
"pinning",
"temporary"
],
"author": "Mohammad H. Sattarian ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhsattarian/mapbox-gl-draw-pinning-mode/issues"
},
"homepage": "https://github.com/mhsattarian/mapbox-gl-draw-pinning-mode#readme",
"dependencies": {
"@turf/turf": "^5.1.6"
}
}