mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
58aa150649
Change-Id: I2da5745f3065752001dfc95eb08c8a92c76b41dc
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "parserfunctions",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the ParserFunctions extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|