package.json 537 B

1234567891011121314151617181920
  1. {
  2. "name": "leaflet-providers",
  3. "version": "1.0.3",
  4. "description": "An extension to Leaflet that contains configurations for various free tile providers.",
  5. "main": "leaflet-providers.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/leaflet-extras/leaflet-providers.git"
  9. },
  10. "scripts":{
  11. "pretest":"jshint leaflet-providers.js"
  12. },
  13. "license": "BSD-2-Clause",
  14. "bugs": {
  15. "url": "https://github.com/leaflet-extras/leaflet-providers/issues"
  16. },
  17. "devDependencies": {
  18. "jshint": "~2.1.11"
  19. }
  20. }