UNPKG

leaflet-pkk

Version:

Public cadastral map (pkk5.rosreestr.ru) plugin for Leaflet

47 lines (46 loc) 1.24 kB
{ "name": "leaflet-pkk", "version": "0.1.0", "description": "Public cadastral map (pkk5.rosreestr.ru) plugin for Leaflet", "author": "Stepan Kuzmin <to.stepan.kuzmin@gmail.com> (stepankuzmin.com)", "license": "BSD-2-Clause", "main": "index.js", "scripts": { "start": "parcel index.html", "build": "parcel build --public-url ./ index.html", "test": "echo \"Error: no test specified\" && exit 1", "cz": "git-cz", "release": "standard-version", "deploy": "gh-pages -d dist", "postpublish": "npm run build && npm run deploy" }, "devDependencies": { "commitizen": "4.0.3", "cz-conventional-changelog": "3.0.2", "gh-pages": "2.1.1", "leaflet": "1.5.1", "parcel-bundler": "1.12.3", "standard-version": "7.0.0" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "homepage": "https://github.com/stepankuzmin/leaflet-pkk#readme", "bugs": { "url": "https://github.com/stepankuzmin/leaflet-pkk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/stepankuzmin/leaflet-pkk.git" }, "keywords": [ "leaflet", "leaflet-plugin", "rosreestr", "cadastre", "pkk", "pkk5" ] }