forked from mhsattarian/mapbox-gl-draw-passing-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "mapbox-gl-draw-passing-mode",
"version": "0.1.0",
"description": "passing drawing mode for mapbox-gl-draw",
"main": "dist/mapbox-gl-draw-passing-mode.js",
"module": "index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"devDependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"rollup": "^2.33.3",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mhsattarian/mapbox-gl-draw-passing-mode.git"
},
"keywords": [
"mapbox",
"mapbox-gl",
"mapbox-gl-draw",
"draw",
"mode",
"passing",
"temporary"
],
"author": "Mohammad H. Sattarian (mh_sattarian@outlook.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhsattarian/mapbox-gl-draw-passing-mode/issues"
},
"homepage": "https://github.com/mhsattarian/mapbox-gl-draw-passing-mode#readme"
}