123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "leaflet-providers",
- "version": "1.1.11",
- "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-phantomjs 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": "mversion patch -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": "^2.3.0",
- "eslint": "^2.7.0",
- "eslint-plugin-html": "^1.4.0",
- "mocha": "^2.2.4",
- "mocha-phantomjs": "^3.5.3",
- "mversion": "^1.3.0",
- "phantomjs": "1.9.7-15",
- "uglify-js": "^2.4.15"
- },
- "autoupdate": {
- "source": "git",
- "target": "git://github.com/leaflet-extras/leaflet-providers.git",
- "basePath": "/",
- "files": [
- "leaflet-providers.js"
- ]
- }
- }
|