forked from blackbaud/skyux1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
{
"name": "blackbaud-skyux",
"description": "Sky UX provides an HTML, CSS and JavaScript framework to implement Blackbaud's design patterns.",
"version": "1.5.7",
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/skyux"
},
"homepage": "http://skyux.developer.blackbaud.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/blacbkaud/skyux/issues"
},
"files": [
"dist",
"scss"
],
"keywords": [
"Blackbaud",
"Sky",
"UX"
],
"devDependencies": {
"assemble-yaml": "^0.2.1",
"blackbaud-stache": "latest",
"grunt": "^0.4.5",
"grunt-bump": "~0.3.0",
"grunt-concat-sourcemap": "~0.4.3",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "^0.4.6",
"grunt-html2js": "~0.2.0",
"grunt-jscs": "^1.6.0",
"grunt-jsdoc-to-markdown": "^1.1.1",
"grunt-karma": "~0.10.1",
"grunt-ngdocs": "~0.2.6",
"grunt-webdriver": "^1.0.0",
"install": "^0.1.8",
"istanbul": "~0.3.7",
"jasmine": "^2.3.2",
"jasmine-core": "^2.4.1",
"karma": "^0.12.31",
"karma-browserstack-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.7",
"karma-coverage": "~0.2.7",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "~0.3.5",
"path": "~0.11.14",
"webdrivercss": "v2.0.0beta-rc1",
"webdriverio": "^3.2.6"
},
"scripts": {
"test": "grunt test"
}
}