package.json 760 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "leaflet",
  3. "version": "0.7.7",
  4. "description": "JavaScript library for mobile-friendly interactive maps",
  5. "devDependencies": {
  6. "copyfiles": "^0.2.1",
  7. "happen": "~0.2.0",
  8. "jake": "~8.0.12",
  9. "jshint": "~2.8.0",
  10. "karma": "~0.13.14",
  11. "karma-chrome-launcher": "^0.2.1",
  12. "karma-coverage": "~0.5.3",
  13. "karma-mocha": "~0.2.0",
  14. "karma-phantomjs-launcher": "^0.2.1",
  15. "mocha": "~2.3.3",
  16. "tin": "^0.5.0",
  17. "uglify-js": "~2.5.0"
  18. },
  19. "main": "dist/leaflet-src.js",
  20. "scripts": {
  21. "test": "jake test",
  22. "build": "jake build",
  23. "release": "./build/publish.sh"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git://github.com/Leaflet/Leaflet.git"
  28. },
  29. "keywords": [
  30. "gis",
  31. "map"
  32. ]
  33. }