2015-06-20 05:13:04 +00:00
|
|
|
{
|
2018-10-11 10:37:05 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"selenium-daily": "npm run selenium-test",
|
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-15 06:11:52 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2020-03-19 08:36:42 +00:00
|
|
|
"grunt": "1.1.0",
|
2019-12-18 04:05:18 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
2020-01-15 06:11:52 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2018-10-11 10:37:05 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2020-02-21 01:47:48 +00:00
|
|
|
"grunt-stylelint": "0.14.0",
|
|
|
|
"stylelint-config-wikimedia": "0.9.0",
|
2019-08-03 04:28:50 +00:00
|
|
|
"wdio-mediawiki": "0.4.0",
|
2019-06-03 21:54:40 +00:00
|
|
|
"wdio-mocha-framework": "0.6.4",
|
2018-10-11 10:37:05 +00:00
|
|
|
"wdio-spec-reporter": "0.1.4",
|
|
|
|
"webdriverio": "4.13.1"
|
|
|
|
}
|
2015-06-20 05:13:04 +00:00
|
|
|
}
|