Leaflet/package.json
2013-09-12 10:42:43 +03:00

24 lines
486 B
JSON

{
"name": "leaflet",
"version": "0.6.3",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jshint": "~2.1.10",
"mocha": "~1.12.1",
"happen": "~0.1.3",
"karma": "~0.10.2",
"uglify-js": "~2.4.0",
"jake": "~0.6.11"
},
"main": "dist/leaflet.js",
"scripts": {
"test": "jake test",
"prepublish": "jake"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": ["gis", "map"]
}