UNPKG

mapbox-gl-draw-passing-mode

Version:
45 lines (44 loc) 1.21 kB
{ "name": "mapbox-gl-draw-passing-mode", "version": "2.2.2", "description": "passing drawing mode for mapbox-gl-draw", "main": "dist/mapbox-gl-draw-passing-mode.js", "module": "src/index.js", "scripts": { "watch": "rollup -cw", "build": "rollup -c", "serve": "npx serve", "dev": "npm-run-all --parallel serve watch" }, "devDependencies": { "@mapbox/mapbox-gl-draw": "^1.4.3", "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-terser": "^0.4.3", "npm-run-all": "^4.1.5", "rollup": "^3.28.1", "serve": "^14.0.1" }, "peerDependencies": { "@mapbox/mapbox-gl-draw": "1.4.3" }, "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" }