Leaflet/package.json

28 lines
564 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
"name": "leaflet",
"version": "0.7",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jake": "~0.7.4",
2013-10-27 01:41:30 +08:00
"jshint": "~2.3.0",
2013-11-07 03:11:53 +08:00
"uglify-js": "~2.4.3",
"mocha": "~1.14.0",
"happen": "~0.1.3",
2013-10-27 01:41:30 +08:00
"karma": "~0.10.4",
"karma-mocha": "~0.1.0"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"prepublish": "jake build"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
2013-02-01 21:04:33 +08:00
}