{ "name": "leaflet-providers", "version": "1.1.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-phantomjs tests/index.html", "lint": "eslint --config .eslintrc leaflet-providers.js preview/preview.js preview/shared.js preview/https-support.js tests/test.js", "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" }, "devDependencies": { "chai": "^2.3.0", "eslint": "^0.15.0", "mocha": "^2.2.4", "mocha-phantomjs": "^3.5.3", "mversion": "^1.3.0", "uglify-js": "^2.4.15", "phantomjs": "^1.9.16" }, "autoupdate": { "source": "git", "target": "git://github.com/leaflet-extras/leaflet-providers.git", "basePath": "/", "files": [ "leaflet-providers.js" ] } }