wiki.techinc.nl/package.json
Hashar 7b17005ab3 Revert "build: Bump grunt-karma and related tools to 1.0.x"
Karma is suspected to have an issue disconnecting Chromium.
That causes the qunit job to idle even after all tests have
been completed.

This reverts commit 72b0d9da08.

Bug: T136188
Change-Id: Id818f5a0d1983d0bffa545f7731a780bf2b9bf25
2016-05-26 19:58:47 +00:00

25 lines
634 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "2.8.0",
"grunt-jsonlint": "1.0.7",
"grunt-karma": "0.12.2",
"grunt-stylelint": "0.3.0",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.2",
"karma-firefox-launcher": "0.1.7",
"karma-qunit": "0.1.9",
"qunitjs": "1.22.0",
"stylelint-config-wikimedia": "0.1.0"
}
}