ProtectedContactPage/package.json

18 lines
366 B
JSON
Raw Normal View History

{
"name": "contactpage",
"version": "0.0.0",
"private": true,
"description": "Build tools for the ContactPage extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint": "6.7.2",
"eslint-config-wikimedia": "0.15.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "22.0.0",
"grunt-jsonlint": "2.0.0"
}
}