-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.17 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.17 KB
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
45
46
47
48
49
50
51
{
"name": "bower init -f",
"version": "0.0.0",
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"authors": [
"Gene ConroyJones <drgenejones@gmail.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.5.8",
"angular-cookies": "~1.5.8",
"angular-mocks": "~1.5.8",
"angular-resource": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-scenario": "~1.5.8",
"angular-ui": "~0.4.0",
"bootstrap-sass": "~3.3.7",
"es5-shim": "~4.5.9",
"font-awesome": "~4.6.3",
"hallo": "~1.1.1",
"json3": "~3.3.2",
"underscore": "~1.8.3",
"angular-route": "~1.5.8",
"bootstrap": "~3.3.7"
},
"resolutions": {
"angular": "~1.5.8",
"angular-cookies": "~1.5.8",
"angular-mocks": "~1.5.8",
"angular-resource": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-scenario": "~1.5.8",
"bootstrap-sass": "~3.3.7",
"es5-shim": "~4.5.9",
"font-awesome": "~4.6.3",
"hallo": "~1.1.1",
"json3": "~3.3.2",
"underscore": "~1.8.3",
"angular-route": "~1.5.8",
"bootstrap": "~3.3.7"
}
}