forked from ubilabs/geocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.13 KB
/
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
28
29
30
31
{
"name": "geocomplete",
"version": "1.6.4",
"description": "An advanced jQuery plugin that wraps the Google Maps API's [Geocoding](https://code.google.com/apis/maps/documentation/javascript/geocoding.html) and [Places Autocomplete](https://code.google.com/apis/maps/documentation/javascript/places.html#places_autocomplete) services. You simply provide an input that lets you search for locations with a nice autocomplete dropdown. Optionally add a container to show an interactive map and a form that will be populated with the address details.",
"main": "jquery.geocomplete.js",
"directories": {
"example": "examples"
},
"dependencies": {
"docco": "^0.6.3",
"uglifyjs": "^2.3.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-release": "^0.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ubilabs/geocomplete.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubilabs/geocomplete/issues"
},
"homepage": "https://github.com/ubilabs/geocomplete"
}