-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
34 lines (34 loc) · 1.07 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
{
"name": "website",
"version": "0.11.0",
"author": "Mark Chapman <[email protected]>",
"dependencies": {
"angular-route": "1.6.7",
"forms-angular": "0.11.x",
"fng-ui-select": "0.11.x",
"fng-ui-date": "0.11.x",
"fng-reports": "0.11.x",
"fng-jq-upload": "0.11.x",
"fng-ckeditor": "0.11.x",
"fng-colour-picker": "0.11.x",
"fng-bootstrap-date":"0.11.x",
"fng-bootstrap-datetime": "0.11.x",
"json3": "3.3.2",
"angular-ui-bootstrap-bower": "1.3.2",
"components-font-awesome": "3.2.1",
"angular-css": "1.0.8",
"es5-shim": "4.1.14"
},
"devDependencies": {
"angular-mocks": "1.6.7",
"bootstrap-2-3-2": "git://github.com/twbs/bootstrap.git#v2.3.2",
"angular-ui-bootstrap-0-8-0": "git://github.com/angular-ui/bootstrap-bower.git#v0.8.0",
"bootstrap-3-3-5": "git://github.com/twbs/bootstrap.git#v3.3.5",
"angular-ui-bootstrap-0-14-2": "git://github.com/angular-ui/bootstrap-bower.git#v0.14.2"
},
"testPath": "test/client/spec",
"resolutions": {
"angular": "1.6.7",
"jquery": "3.2.1"
}
}