wiki.techinc.nl/package.json
Paladox 40a85d0aa3 Update grunt-jsonlint to 1.0.5
This is a minor update there were packages updates in this version.

Change-Id: I43cced8c20153d06f764ebba90f64de0431e2d3f
2015-10-24 15:55:55 +01:00

24 lines
587 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.4.0",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "2.1.0",
"grunt-jsonlint": "1.0.5",
"grunt-karma": "0.12.1",
"karma": "0.13.10",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.6",
"karma-qunit": "0.1.5",
"qunitjs": "1.18.0"
}
}