Leaflet/package.json

23 lines
462 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
2013-02-01 23:21:52 +08:00
"name": "Leaflet",
"version": "0.6.0",
2013-02-01 23:21:52 +08:00
"description": "JavaScript library for mobile-friendly interactive maps",
2013-02-27 03:18:30 +08:00
"devDependencies": {
"jshint": "~2.1.3",
"mocha": "~1.10.0",
"karma": "~0.8.5",
"uglify-js": "~2.3.6",
"jake": "~0.5.16"
2013-02-01 23:21:52 +08:00
},
"main": "dist/leaflet.js",
2013-02-01 23:21:52 +08:00
"scripts": {
"test": "jake test",
"prepublish": "jake"
2013-02-01 23:21:52 +08:00
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": ["gis", "map"]
2013-02-01 21:04:33 +08:00
}