mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-27 17:50:35 +00:00
0c277db498
Change-Id: I0f1acd10895db307099efc9edf1f5f44ae240c80
16 lines
324 B
JSON
16 lines
324 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.9.0",
|
|
"grunt-eslint": "24.0.0"
|
|
}
|
|
}
|