forked from Snck3rs/contao-leaflet-libraries
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "leaflet-providers",
|
|
"version": "1.13.0",
|
|
"description": "An extension to Leaflet that contains configurations for various free tile providers.",
|
|
"main": "leaflet-providers.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/leaflet-extras/leaflet-providers.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run lint && npm run testsuite",
|
|
"testsuite": "mocha-chrome tests/index.html",
|
|
"lint": "eslint --config .eslintrc leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
|
|
"min": "uglifyjs leaflet-providers.js -mc -o leaflet-providers.min.js",
|
|
"release-patch": "mversion patch -m",
|
|
"release-minor": "mversion minor -m"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/leaflet-extras/leaflet-providers/issues"
|
|
},
|
|
"files": [
|
|
"leaflet-providers.js",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"licence.md"
|
|
],
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-html": "^6.1.2",
|
|
"mocha": "^9.0.3",
|
|
"mocha-chrome": "^2.2.0",
|
|
"mversion": "^2.0.1",
|
|
"uglify-js": "^3.14.1"
|
|
},
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/leaflet-extras/leaflet-providers.git",
|
|
"basePath": "/",
|
|
"files": [
|
|
"leaflet-providers.js"
|
|
]
|
|
}
|
|
} |