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": {
|
2019-04-03 23:20:58 +00:00
|
|
|
"eslint-config-wikimedia": "0.11.0",
|
2019-06-08 19:32:41 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-07-19 03:32:15 +00:00
|
|
|
"grunt-banana-checker": "0.7.1",
|
2018-11-12 19:13:43 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2018-10-11 10:37:05 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-11-12 19:13:43 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2019-06-08 19:32:41 +00:00
|
|
|
"stylelint-config-wikimedia": "0.6.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
|
|
|
}
|