forked from vskosp/vsGoogleAutocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 Bytes
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
{
"name": "vsGoogleAutocomplete",
"version": "0.5.0",
"description": "AngularJS module for easy autocomplete through the Google Maps JavaScript API v3",
"repository": {
"type": "git",
"url": "https://github.com/vskosp/vsGoogleAutocomplete.git"
},
"keywords": [
"angular",
"angularjs",
"google",
"places",
"autocomplete"
],
"author": "K.Polishchuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/vskosp/vsGoogleAutocomplete/issues"
},
"homepage": "https://github.com/vskosp/vsGoogleAutocomplete",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
}
}