-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 913 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
45
46
{
"name": "rui-components",
"version": "0.0.2",
"homepage": "https://github.com/100health/rui-components",
"authors": [
"TC <[email protected]>",
"James <[email protected]>",
"Andy <[email protected]>"
],
"main": [
"dst/redox-ui-components.min.js",
"dst/styles/main.min.css"
],
"keywords": [
"ui",
"components",
"directives",
"angular",
"1.3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3",
"ionicons": "~1.5.2",
"tinycolor": "~1.1.2",
"bootstrap": "~3.3.5",
"angular-strap": "~2.2.4"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js",
"dist/css/bootstrap.css"
]
}
},
"description": "UI Components based on Redox Engine"
}