Restructure libraries.

This commit is contained in:
David Molineus
2015-01-06 18:49:01 +01:00
parent b3d32fef46
commit f446c0492a
28 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "leaflet.ajax",
"version": "1.1.0",
"description": "AJAX and JSONP in Leaflet",
"main": "dist/leaflet.ajax.js",
"directories": {
"example": "example"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4"
},
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/leaflet-ajax.git"
},
"keywords": [
"leaflet",
"ajax",
"geojson"
],
"author": "Calvin Metcalf",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/leaflet-ajax/issues"
}
}