mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-24 06:54:12 +00:00
5fb8bfa533
* https://npmjs.com/advisories/1179 Change-Id: Ia49bba87b26bc73ce1e435517da0202f7bf02a70
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.1.0",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|