-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
91 lines (91 loc) · 2.21 KB
/
bower.json
File metadata and controls
91 lines (91 loc) · 2.21 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "angular-webseed",
"version": "1.0.0",
"authors": [
"Tim Ecklund"
],
"main": "",
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"overrides": {
"angular": {
"main": {
"dev": "angular.js",
"prod": [
"angular.min.js",
"angular.min.js.map"
]
}
},
"angular-resource": {
"main": {
"dev": "angular-resource.js",
"prod": [
"angular-resource.min.js",
"angular-resource.min.js.map"
]
}
},
"angular-loader": {
"main": {
"dev": "angular-loader.js",
"prod": [
"angular-loader.min.js",
"angular-loader.min.js.map"
]
}
},
"jquery": {
"main": {
"dev": "dist/jquery.js",
"prod": [
"dist/jquery.min.js",
"dist/jquery.min.map"
]
}
},
"bootstrap": {
"main": {
"dev": [
"./dist/js/bootstrap.js",
"./dist/css/bootstrap.css",
"./dist/css/bootstrap.css.map",
"./dist/css/bootstrap-theme.css",
"./dist/css/bootstrap-theme.css.map",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
],
"prod": [
"./dist/js/bootstrap.min.js",
"./dist/css/bootstrap.min.css",
"./dist/css/bootstrap.css.map",
"./dist/css/bootstrap-theme.min.css",
"./dist/css/bootstrap-theme.css.map",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
]
}
}
},
"dependencies": {
"angular": "1.2.26",
"angular-resource": "1.2.26",
"angular-loader": "1.2.26",
"angular-sanitize": "1.2.26",
"bootstrap": "~3.1.1",
"jquery": "~1.11.1",
"angular-ui-select": "~0.8.3",
"select2": "~3.5.1"
}
}