mediawiki-extensions-Parser.../package.json

16 lines
321 B
JSON
Raw Normal View History

{
"name": "parserfunctions",
"version": "0.0.0",
"private": true,
"description": "Build tools for the ParserFunctions extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0"
}
}