mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-14 11:18:47 +00:00
e0b5de8fe5
* grunt-banana-checker: 0.2.2 → 0.4.0 Change-Id: Ic6eb5f64d83c9be7c518c4a486a9e1c82500634d
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.4.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|