Leaflet/package.json

24 lines
484 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
"name": "leaflet",
2013-06-29 03:48:06 +08:00
"version": "0.6.2",
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.4",
"mocha": "~1.10.0",
"happen": "~0.1.2",
"karma": "~0.8.6",
"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
}