2015-06-20 04:54:10 +00:00
|
|
|
{
|
2017-03-31 21:47:20 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-04-07 13:39:38 +00:00
|
|
|
"test": "grunt test",
|
2018-09-03 15:26:11 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
2020-11-17 18:34:42 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2017-03-31 21:47:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-30 18:55:42 +00:00
|
|
|
"@wdio/cli": "7.5.3",
|
|
|
|
"@wdio/junit-reporter": "7.5.3",
|
|
|
|
"@wdio/local-runner": "7.5.3",
|
|
|
|
"@wdio/mocha-framework": "7.5.3",
|
|
|
|
"@wdio/spec-reporter": "7.5.3",
|
|
|
|
"@wdio/sync": "7.5.3",
|
2021-04-16 05:19:30 +00:00
|
|
|
"eslint-config-wikimedia": "0.20.0",
|
2021-05-11 12:38:11 +00:00
|
|
|
"grunt": "1.4.0",
|
2020-04-19 11:58:30 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2018-10-11 08:36:00 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-06-16 14:45:59 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2020-11-22 06:01:26 +00:00
|
|
|
"grunt-stylelint": "0.16.0",
|
2021-03-07 04:54:16 +00:00
|
|
|
"mocha": "^7.1.1",
|
2020-11-22 06:01:26 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.3",
|
2020-06-02 18:58:33 +00:00
|
|
|
"wdio-mediawiki": "1.0.0",
|
2021-04-30 18:55:42 +00:00
|
|
|
"webdriverio": "7.5.3"
|
2017-03-31 21:47:20 +00:00
|
|
|
}
|
2015-06-20 04:54:10 +00:00
|
|
|
}
|