mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
e9bd09f2b3
Change-Id: I9fc31886e09a0dc0a77449907054136a61eda248
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.12.0",
|
|
"stylelint-config-wikimedia": "0.7.0",
|
|
"wdio-mediawiki": "0.4.0",
|
|
"wdio-mocha-framework": "0.6.4",
|
|
"wdio-spec-reporter": "0.0.5",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|