forked from angular-ui/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 744 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 744 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
30
31
32
33
{
"name": "angular-google-maps",
"version": "2.1.0-X.10",
"main": "./dist/angular-google-maps.js",
"dependencies": {
"angular": ">=1.2.0",
"lodash": "~2.4.1"
},
"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"
],
"devDependencies": {
"angular-mocks": ">=1.2.x",
"uuid": "http://github.com/LiosK/UUID.js/archive/v3.2.tar.gz",
"angular-route": "~1.3.0",
"bootstrap-without-jquery": "git://github.com/tagawa/bootstrap-without-jquery.git",
"data-structures": "~1.4.2"
}
}