leaflet-providers
Version:
An extension to Leaflet that contains configurations for various free tile providers.
47 lines (46 loc) • 1.55 kB
JSON
{
"name": "leaflet-providers",
"version": "3.0.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",
"testsuite": "mocha-chrome tests/index.html",
"lint": "eslint leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
"lint:fix": "eslint --fix leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
"min": "uglifyjs leaflet-providers.js -mc -o leaflet-providers.min.js",
"preversion": "npm run min",
"postversion": "git push && git push --tags && npm publish"
},
"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": "^6.0.1",
"eslint": "^9.6.0",
"@stylistic/eslint-plugin-js": "^4.1.0",
"eslint-plugin-html": "^8.1.1",
"mocha": "^11.0.1",
"mocha-chrome": "^2.2.0",
"uglify-js": "^3.14.1"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/leaflet-extras/leaflet-providers.git",
"basePath": "/",
"files": [
"leaflet-providers.js"
]
}
}