24 lines
442 B
JSON
24 lines
442 B
JSON
{
|
|
"name": "leaflet-ajax",
|
|
"version": "2.1.0",
|
|
"homepage": "https://github.com/calvinmetcalf/leaflet-ajax",
|
|
"authors": [
|
|
"Calvin Metcalf <calvin.metcalf@gmail.com>"
|
|
],
|
|
"description": "AJAX and JSONP in Leaflet",
|
|
"main": "dist/leaflet.ajax.js",
|
|
"keywords": [
|
|
"leaflet",
|
|
"ajax",
|
|
"jsonp"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|