forked from blackbaud/skyux1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.23 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
{
"name": "blackbaud-skyux",
"version": "1.5.2",
"homepage": "http://skyux.developer.blackbaud.com",
"description": "Sky UX provides an HTML, CSS and JavaScript framework to implement Blackbaud's design patterns.",
"main": [
"./dist/css/libs.css",
"./dist/css/sky.css",
"./dist/js/libs.js",
"./dist/js/sky.js"
],
"keywords": [
"Blackbaud",
"Sky",
"UX"
],
"license": "MIT",
"ignore": [
".*",
"demo",
"gruntfile.js",
"js/",
"libs/",
"karma*",
"package.json",
"*.sh",
"visualtest",
"*.yml"
],
"dependencies": {
"jquery": "~2.1.3",
"jqueryui-touch-punch": "*",
"enquire": "~2.1.2",
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-ui-bootstrap-bower": "0.14.3",
"easyxdm": "~2.4.19",
"flot": "~0.8.3",
"moment": "~2.9.0",
"autoNumeric": "1.9.39",
"free-jqgrid": "4.7.0",
"angular-toastr": "~1.6.0",
"blockui": "*",
"angular-ui-router": "~0.2.13",
"ng-file-upload": "~5.0.6",
"bootstrap": "~3.3.5",
"angular-ui-select": "~0.11.2",
"fastclick": "~1.0.6"
},
"devDependencies": {
"angular-mocks": "~1.4.8",
"jasmine-jquery": "~2.1.0"
},
"resolutions": {
"angular": "1.4.8"
}
}