Changelog at https://github.com/gruntjs/grunt-contrib-jshint/blob/v1.0.0/CHANGELOG This release includes a fix to the checker because sometimes it would not show where the error was coming from. Change-Id: Ia2e7d6520b760bdc80f7e24051ec578954aa0706
24 lines
586 B
JSON
24 lines
586 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.2",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "2.7.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-karma": "0.12.1",
|
|
"karma": "0.13.19",
|
|
"karma-chrome-launcher": "0.2.2",
|
|
"karma-firefox-launcher": "0.1.7",
|
|
"karma-qunit": "0.1.9",
|
|
"qunitjs": "1.18.0"
|
|
}
|
|
}
|