mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
1ab4739e3f
Since I807f729c1b1a9e9b5952685bb18f540f81d70f47 Change-Id: Id9b81f0ef9bfe5de599fe3cbb8dbb569fb8d59e2
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|