mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-30 18:34:40 +00:00
6eef4f325b
Adds the jscs and jshint packages for development and their tasks in Grunt. Also fixes all the code convention errors. Change-Id: If1c9dfdbe22d4912d78b6a51b1292866970a85cc
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "0.11.2",
|
|
"grunt-jscs": "2.1.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|