This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
109 lines (109 loc) · 3.02 KB
/
package.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
104
105
106
107
108
109
{
"name": "blackbaud-skyux",
"description": "Sky UX provides an HTML, CSS and JavaScript framework to implement Blackbaud's design patterns.",
"version": "1.24.1",
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/skyux"
},
"homepage": "http://skyux.developer.blackbaud.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackbaud/skyux/issues"
},
"files": [
"dist",
"scss",
"libs"
],
"keywords": [
"Blackbaud",
"Sky",
"UX"
],
"devDependencies": {
"angular-mocks": "1.6.1",
"assemble-yaml": "0.2.1",
"axe-core": "1.1.1",
"blackbaud-stache": "0.7.25",
"browserstacktunnel-wrapper": "1.4.2",
"codecov": "1.0.1",
"dotenv": "2.0.0",
"fontfaceobserver": "2.0.13",
"grunt": "0.4.5",
"grunt-bump": "0.7.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-exec": "0.4.6",
"grunt-html2js": "0.3.5",
"grunt-jscs": "2.8.0",
"grunt-karma": "2.0.0",
"grunt-ngdocs": "0.2.9",
"grunt-sri": "0.0.5",
"grunt-webdriver": "2.0.1",
"install": "0.6.0",
"istanbul": "0.4.2",
"jasmine": "2.5.2",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "2.1.0",
"karma": "1.3.0",
"karma-browserstack-launcher": "1.1.1",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "1.0.2",
"karma-safari-launcher": "1.0.0",
"mkdirp": "0.5.1",
"path": "0.12.7",
"to": {
"dependencies": {
"handy": {
"from": "handy@>=0.0.11",
"resolved": "https://registry.npmjs.org/handy/-/handy-0.0.13.tgz",
"version": "0.0.13"
}
},
"from": "to@>=0.2.9 <0.3.0",
"resolved": "https://registry.npmjs.org/to/-/to-0.2.9.tgz",
"version": "0.2.9"
},
"wdio-jasmine-framework": "0.2.5",
"wdio-spec-reporter": "0.1.5",
"wdio-visual-regression-service": "0.4.0",
"webdriverio": "4.2.8"
},
"dependencies": {
"angular": "1.6.5",
"angular-animate": "1.6.5",
"angular-messages": "1.6.5",
"angular-toastr": "1.6.0",
"angular-touch": "1.6.5",
"angular-ui-bootstrap": "2.5.0",
"angular-ui-router": "0.4.2",
"autonumeric": "1.9.39",
"block-ui": "2.70.1",
"bootstrap": "3.4.1",
"enquire.js": "git+https://github.com/WickyNilliams/enquire.js.git#v2.1.2",
"fastclick": "1.0.6",
"free-jqgrid": "git+https://github.com/blackbaud/jqGrid.git#v4.7.0",
"fs-extra": "8.1.0",
"intl-tel-input": "12.4.0",
"jquery": "2.2.1",
"jquery-ui-bundle": "1.12.1",
"jquery-ui-touch-punch": "0.2.3",
"moment": "2.11.2",
"ng-file-upload": "12.0.4",
"patch-package": "6.1.2"
},
"scripts": {
"postinstall": "patch-package",
"test": "grunt test"
},
"main": "index.js"
}