-
Notifications
You must be signed in to change notification settings - Fork 17
/
bower.json
103 lines (103 loc) · 2.4 KB
/
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
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
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "motech.ui",
"description": "User interface files for the motech project.",
"main": "index.js",
"authors": [
"Nick Reid <[email protected]>"
],
"license": "BSD-2-Clause",
"moduleType": [],
"homepage": "motechsuite.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.x",
"angular": "^1",
"moment": "~2.10.6",
"rangy": "~1.3.0",
"tagmanager": "~3.0.2",
"select2": "3.5.1",
"angular-resource": "^1",
"angular-route": "^1",
"angular-sanitize": "^1",
"font-awesome": "4.x",
"textAngular": "1.x",
"bootstrap-sass": "^3.3.6",
"bootstrap3-dialog": "^1.35.2",
"angular-http-auth": "^1.3.0",
"flexibility": "^1.0.6",
"angular-mocks": "^1.5.3",
"angular-ui-router": "^0.2.18",
"angular-translate": "^2.11.0",
"angular-bootstrap": "^1.3.3",
"checklist-model": "^0.9.0",
"angular-breadcrumb": "^0.4.1",
"jquery-timepicker-addon": "^1.3.1",
"jquery-ui": "^1.11.4",
"angular-cookies": "^1.5.8",
"messageformat": "^0.3.1",
"jasny-bootstrap": "git://github.com/jasny/bootstrap",
"jquery-i18n-properties": "git://github.com/jquery-i18n-properties/jquery-i18n-properties"
},
"overrides": {
"angular-bootstrap": {
"main": [
"./ui-bootstrap.js",
"./ui-bootstrap-tpls.js"
]
},
"angular-ui": {
"main": [
"./build/angular-ui.js",
"./build/angular-ui-ieshiv.js",
"./build/angular-ui.css"
]
},
"angular-mocks": {
"main": ""
},
"font-awesome": {
"main": "./css/font-awesome.css"
},
"bootstrap3-dialog": {
"main": [
"dist/js/bootstrap-dialog.min.js",
"dist/css/bootstrap-dialog.css"
]
},
"jquery-timepicker-addon": {
"main": [
"./jquery-ui-timepicker-addon.js",
"./jquery-ui-timepicker-addon.css"
]
},
"jquery-ui": {
"main": [
"./themes/redmond/jquery-ui.min.css",
"./themes/redmond/theme.css",
"./jquery-ui.min.js"
]
},
"messageformat": {
"main": [
"./messageformat.js"
]
},
"jasny-bootstrap": {
"main": [
"./dist/css/jasny-bootstrap.css",
"./js/fileinput.js"
]
}
},
"resolutions": {
"jquery-ui": "^1.11.4",
"angular": "1.5.8"
}
}