2015-01-10 13:11:12 +01:00
|
|
|
{
|
|
|
|
|
"name": "leaflet-providers",
|
2018-08-23 15:35:24 +02:00
|
|
|
"version": "1.3.1",
|
2015-01-10 13:11:12 +01:00
|
|
|
"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": {
|
2015-06-18 16:17:40 +02:00
|
|
|
"test": "npm run lint && npm run testsuite",
|
2017-07-06 16:51:37 +02:00
|
|
|
"testsuite": "phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js tests/index.html",
|
2016-10-04 13:43:39 +02:00
|
|
|
"lint": "eslint --config .eslintrc leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
|
2015-01-10 13:11:12 +01:00
|
|
|
"min": "uglifyjs leaflet-providers.js -mc -o leaflet-providers.min.js",
|
2018-08-23 15:35:24 +02:00
|
|
|
"release": "mversion patch -m",
|
|
|
|
|
"release-minor": "mversion minor -m"
|
2015-01-10 13:11:12 +01:00
|
|
|
},
|
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/leaflet-extras/leaflet-providers/issues"
|
|
|
|
|
},
|
2015-10-30 23:40:15 +01:00
|
|
|
"files": [
|
|
|
|
|
"leaflet-providers.js",
|
|
|
|
|
"README.md",
|
|
|
|
|
"CHANGELOG.md",
|
|
|
|
|
"licence.md"
|
|
|
|
|
],
|
2015-01-10 13:11:12 +01:00
|
|
|
"devDependencies": {
|
2018-08-23 15:35:24 +02:00
|
|
|
"chai": "^4.1.2",
|
2017-07-06 16:51:37 +02:00
|
|
|
"eslint": "^3.16.1",
|
|
|
|
|
"eslint-plugin-html": "^2.0.1",
|
2018-08-23 15:35:24 +02:00
|
|
|
"mocha": "^3.2.0",
|
|
|
|
|
"mocha-phantomjs-core": "^2.1.1",
|
|
|
|
|
"mversion": "^1.10.1",
|
|
|
|
|
"phantomjs-prebuilt": "^2.1.16",
|
2015-10-30 23:40:15 +01:00
|
|
|
"uglify-js": "^2.4.15"
|
2015-06-18 16:17:40 +02:00
|
|
|
},
|
|
|
|
|
"autoupdate": {
|
|
|
|
|
"source": "git",
|
|
|
|
|
"target": "git://github.com/leaflet-extras/leaflet-providers.git",
|
|
|
|
|
"basePath": "/",
|
|
|
|
|
"files": [
|
|
|
|
|
"leaflet-providers.js"
|
|
|
|
|
]
|
2015-01-10 13:11:12 +01:00
|
|
|
}
|
|
|
|
|
}
|