mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
069f700862
grunt 1.0.1 → 1.0.2 grunt-banana-checker 0.4.0 → 0.6.0 grunt-jsonlint 1.0.7 → 1.1.0 Change-Id: Ic577f18e1d4eb11084c08bc23a8ccf87a8b4919e
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "parserfunctions",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the ParserFunctions extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.2",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-jshint": "1.1.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|