27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"name": "Leaflet",
|
|
"version": "0.5.0",
|
|
"description": "Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.",
|
|
"main": "Jakefile.js",
|
|
"dependencies": {
|
|
"jshint": "~0.9.1",
|
|
"testacular": "latest",
|
|
"uglify-js": "~2.2.3",
|
|
"jake": "latest"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "node ./node_modules/jake/bin/cli test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Leaflet/Leaflet.git"
|
|
},
|
|
"keywords": [
|
|
"gis",
|
|
"map"
|
|
],
|
|
"author": "Vladimir Agafonkin <agafonkin@gmail.com>",
|
|
"readmeFilename": "README.md"
|
|
}
|