mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
16909df870
eslint-config-wikimedia 0.4.0 → 0.5.0 grunt 1.0.1 → 1.0.2 grunt-eslint 20.0.0 → 20.1.0 Change-Id: I9aeca17ab3bae099b678d37232846bb6abf8ce39
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "thanks",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for Thanks.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.2",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|