-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathbower.json
44 lines (44 loc) · 860 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
34
35
36
37
38
39
40
41
42
43
44
{
"author": "anypossiblew",
"name": "angular-ui-map-baidu",
"version": "1.1.7",
"authors": [
"anypossiblew <[email protected]>"
],
"keywords": [
"angular",
"angularui",
"map",
"baidu"
],
"main": "./ui-map.js",
"dependencies": {
"angular": "1.2.6",
"angular-ui-utils": "event-0.1.0"
},
"devDependencies": {
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"bootstrap": "~3.0.3",
"angular-resource": "1.2.6",
"angular-cookies": "1.2.6",
"angular-sanitize": "1.2.6",
"angular-route": "1.2.6",
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6"
},
"ignore": [
"app",
"test",
".idea",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"gruntFile.js",
"package.json",
"publish.js",
"README.md"
]
}