mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
f10f99636a
Change-Id: Ifaf2028616809e842d5994c1c010d9c277e3f712
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "parserfunctions",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the ParserFunctions extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0"
|
|
}
|
|
}
|