forked from forms-angular/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 1.09 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
{
"name": "website",
"version": "0.5.1",
"author": "Mark Chapman <support@forms-angular.org>",
"dependencies": {
"angular-route": "*",
"forms-angular": "^0.5.1",
"fng-select2": "~0.4.0",
"fng-ui-select": "~0.5.0",
"fng-ui-date": "~0.5.0",
"fng-reports": "~0.5.0",
"fng-jq-upload": "~0.5.0",
"fng-ckeditor": "~0.5.0",
"json3": "3.3.2",
"components-font-awesome": "3.2.1",
"angular-css": "1.0.7",
"es5-shim": "4.1.14"
},
"devDependencies": {
"angular-mocks": "*",
"bootstrap-2-3-2": "git://github.com/twbs/bootstrap.git#v2.3.2",
"select2-bootstrap-css-1-2": "git://github.com/t0m/select2-bootstrap-css.git#v1.2.4",
"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",
"select2-bootstrap-css-1-3": "git://github.com/t0m/select2-bootstrap-css.git#v1.3.1",
"angular-ui-bootstrap-0-14-2": "git://github.com/angular-ui/bootstrap-bower.git#v0.14.2"
},
"testPath": "test/client/spec",
"resolutions": {
"angular": "1.4.7"
}
}