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",
|
2017-04-07 13:39:38 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2017-03-31 21:47:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-01 21:56:31 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2019-06-08 13:28:17 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-09-17 13:46:05 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
2018-10-11 08:36:00 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2019-09-17 13:46:05 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2020-01-13 04:06:56 +00:00
|
|
|
"grunt-stylelint": "0.13.0",
|
|
|
|
"stylelint-config-wikimedia": "0.8.0",
|
2019-08-02 11:10:52 +00:00
|
|
|
"wdio-mediawiki": "0.4.0",
|
2019-06-03 21:48:32 +00:00
|
|
|
"wdio-mocha-framework": "0.6.4",
|
2017-04-07 13:39:38 +00:00
|
|
|
"wdio-spec-reporter": "0.0.5",
|
|
|
|
"webdriverio": "4.12.0"
|
2017-03-31 21:47:20 +00:00
|
|
|
}
|
2015-06-20 04:54:10 +00:00
|
|
|
}
|