forked from angular-ui/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1.27 KB
/
bower.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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "angular-google-maps",
"version": "2.4.0",
"license": "MIT",
"main": "./dist/angular-google-maps.js",
"dependencies": {
"angular": "1.2 - 1.5",
"angular-simple-logger": ">=0.0.1",
"lodash": "3.X - 4.X",
"markerclustererplus": "^2.1.4",
"google-maps-utility-library-v3-markerwithlabel": "git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git",
"google-maps-utility-library-v3-infobox": "^1.1.14",
"google-maps-utility-library-v3-keydragzoom": "^2.0.9",
"js-rich-marker": "*"
},
"ignore": [
"*.json",
".gitignore",
"travis.yml",
"*.html",
"package.js",
"*.markdown",
"example",
"src",
"grunt",
"website_libs",
"scripts",
"spec/coffee/directives",
"spec/coffee/providers",
"spec/coffee/usage",
"tmp",
"dist/coverage/",
"dist/architecture/"
],
"devDependencies": {
"angular-mocks": "1.2 - 1.5",
"angular-route": "1.2 - 1.5",
"bootstrap-without-jquery": "git://github.com/tagawa/bootstrap-without-jquery.git",
"data-structures": "~1.4.2",
"OverlappingMarkerSpiderfier": "git://github.com/nmccready/OverlappingMarkerSpiderfier.git",
"underscore": "~1.8.3",
"uuid": "http://github.com/LiosK/UUID.js/archive/v3.2.tar.gz"
}
}