mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-25 07:56:58 +00:00
f66ef920fb
Change-Id: I95f59d9bef6bb8fec69b454dc8efe4b4c7e40805
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.2.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|