forked from blackbaud/skyux1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "blackbaud-skyux",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/skyux"
},
"license": "MIT",
"private": true,
"devDependencies": {
"@Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs": "git+https://github.com/Blackbaud-PaulCrowder/grunt-phantomcss-slimerjs.git",
"blackbaud-stache": "git+https://github.com/blackbaud-community/stache.git#ba9b67d7b1e75b9d6ec02706dc7dc541041a899d",
"blackbaud-stache-jsdoc": "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-jshint": "^0.11.1",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"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",
"install": "^0.1.8",
"istanbul": "~0.3.7",
"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"
},
"scripts": {
"test": "grunt test"
}
}