mediawiki-extensions-Editcount/package.json

13 lines
193 B
JSON
Raw Normal View History

{
"name": "Editcount",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-jsonlint": "1.0.7"
}
}