Leaflet/package.json
2013-02-07 22:31:44 +02:00

20 lines
417 B
JSON

{
"name": "Leaflet",
"version": "0.6.0",
"description": "JavaScript library for mobile-friendly interactive maps",
"dependencies": {
"jshint": "~0.9.1",
"testacular": "latest",
"uglify-js": "~2.2.3",
"jake": "latest"
},
"scripts": {
"test": "node ./node_modules/jake/bin/cli test"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": ["gis", "map"]
}