You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
457B

  1. {
  2. "name": "leaflet",
  3. "version": "0.7.7",
  4. "description": "JavaScript library for mobile-friendly interactive maps",
  5. "scripts": [
  6. "dist/leaflet.js",
  7. "dist/leaflet-src.js"
  8. ],
  9. "images": [
  10. "dist/images/layers-2x.png",
  11. "dist/images/layers.png",
  12. "dist/images/marker-icon-2x.png",
  13. "dist/images/marker-icon.png",
  14. "dist/images/marker-shadow.png"
  15. ],
  16. "styles": [
  17. "dist/leaflet.css"
  18. ],
  19. "main": "dist/leaflet-src.js"
  20. }