package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "leaflet-providers",
  3. "version": "1.1.11",
  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. "test": "npm run lint && npm run testsuite",
  12. "testsuite": "mocha-phantomjs tests/index.html",
  13. "lint": "eslint --config .eslintrc leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
  14. "min": "uglifyjs leaflet-providers.js -mc -o leaflet-providers.min.js",
  15. "release": "mversion patch -m"
  16. },
  17. "license": "BSD-2-Clause",
  18. "bugs": {
  19. "url": "https://github.com/leaflet-extras/leaflet-providers/issues"
  20. },
  21. "files": [
  22. "leaflet-providers.js",
  23. "README.md",
  24. "CHANGELOG.md",
  25. "licence.md"
  26. ],
  27. "devDependencies": {
  28. "chai": "^2.3.0",
  29. "eslint": "^2.7.0",
  30. "eslint-plugin-html": "^1.4.0",
  31. "mocha": "^2.2.4",
  32. "mocha-phantomjs": "^3.5.3",
  33. "mversion": "^1.3.0",
  34. "phantomjs": "1.9.7-15",
  35. "uglify-js": "^2.4.15"
  36. },
  37. "autoupdate": {
  38. "source": "git",
  39. "target": "git://github.com/leaflet-extras/leaflet-providers.git",
  40. "basePath": "/",
  41. "files": [
  42. "leaflet-providers.js"
  43. ]
  44. }
  45. }