21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"name": "Leaflet",
|
|
"version": "0.6.0",
|
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
|
"devDependencies": {
|
|
"jshint": "~1.1.0",
|
|
"testacular": "~0.6.0",
|
|
"uglify-js": "~2.2.5",
|
|
"jake": "~0.5.10"
|
|
},
|
|
"main": "dist/leaflet.js",
|
|
"scripts": {
|
|
"test": "node ./node_modules/jake/bin/cli test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Leaflet/Leaflet.git"
|
|
},
|
|
"keywords": ["gis", "map"]
|
|
}
|