mediawiki-extensions-Popups/package.json
jhobs 046d12f51b Update linting and enable command line QUnit
You can use `grunt watch` now!

Changes:
 * Re-enable QUnit (but ignore legacy tests)
 * Add a sample QUnit test
 * Add ability to run QUnit via `grunt watch` or `grunt test`
 * Move linting to `grunt lint` task
 * Add Redux to globals in linter

Change-Id: Ie4a65a8a66773d6472b3d73257267d18027ff3c3
2016-11-08 13:56:17 -05:00

19 lines
404 B
JSON

{
"private": true,
"scripts": {
"test": "grunt lint",
"doc": "jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-banana-checker": "0.4.0",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "2.1.0",
"grunt-jsonlint": "1.0.7",
"grunt-stylelint": "^0.6.0"
}
}