forked from angular-ui/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 741 Bytes
/
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
{
"name": "angular-google-maps",
"version": "2.1.5",
"main": "./dist/angular-google-maps.js",
"dependencies": {
"angular": "1.2 - 1.4",
"lodash": ">=3.8.0"
},
"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.3.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"
}
}