mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
24a024ee8e
Change-Id: I4a8b9ece024164053e69a2a8f6fbd6406737d373
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.4.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.8.0",
|
|
"stylelint": "7.8.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|