mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 22:46:17 +00:00
1d33b772e6
Change-Id: I2c76830fa9ca9da3c6343963c9e434ea8a1f0b77
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.16.2",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.2.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.1"
|
|
}
|
|
}
|