-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 890 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
28
29
30
31
32
{
"name": "angular-google-maps-geocoder",
"version": "0.0.4",
"description": "Angular typeahead google Maps Geocoder (also reverse geocoder)",
"main": "angular-google-maps-geocoder.js",
"repository": {
"type": "git",
"url": "git@github.com:alexandernst/angular-google-maps-geocoder.git"
},
"dependencies": {
"angular": "1.3.15"
},
"devDependencies": {
"grunt-contrib-uglify": ">=0.5.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-connect": "0.10.1",
"grunt-clear": "0.2.1"
},
"keywords": [
"angular",
"google",
"maps",
"geocoder"
],
"author": "Alexander Nestorov <alexandernst@gmail.com> (https://github.com/alexandernst)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandernst/angular-google-maps-geocoder/issues"
},
"homepage": "https://github.com/alexandernst/angular-google-maps-geocoder"
}