mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 22:46:17 +00:00
28a5db2d8c
composer: * mediawiki/mediawiki-codesniffer: 19.1.0 → 19.4.0 npm: * grunt: 1.3.0 → 1.4.0 Change-Id: I10caf99f2681ab7d367b7e7dbb867786d59bbdf1
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|