wiki.techinc.nl/package.json
James D. Forrester 5f7c6c5805 build: Bump various devDependencies
grunt-contrib-jshint:  0.11.0 -> 0.11.2
	grunt-jscs:            1.5.0  -> 1.8.0
	karma-chrome-launcher: 0.1.7  -> 0.1.8
	qunitjs:               1.17.1 -> 1.18.0

Some trivial indentation and line-spacing changes to make this pass jscs.

Change-Id: Ieeb6dbcd3e6d9f6f0fb9865d356da462b9b0499b
2015-05-01 23:00:45 +00:00

25 lines
613 B
JSON

{
"name": "mediawiki",
"version": "0.0.0",
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.2.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "1.8.0",
"grunt-jsonlint": "1.0.4",
"grunt-karma": "0.10.1",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.8",
"karma-firefox-launcher": "0.1.4",
"karma-qunit": "0.1.4",
"qunitjs": "1.18.0"
}
}