forked from Esri/esri-leaflet-geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "esri-leaflet-geocoder",
"version": "0.0.1-beta.5",
"description": "A Leaflet plugin that allows users to search for locations on a map.",
"homepage": "https://github.com/Esri/esri-leaflet-geocoder",
"repository": {
"type": "git",
"url": "[email protected]:Esri/esri-leaflet-geocoder.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "^0.4.3",
"grunt-contrib-uglify": "^0.2.0",
"grunt-contrib-watch": "^0.4.4",
"grunt-contrib-cssmin": "^0.6.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-imagemin": "^0.3.0",
"grunt-s3": "^0.2.0-alpha.3"
},
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)"
],
"license": "Apache 2.0",
"readmeFilename": "README.md",
"dependencies": {}
}