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": {
|
2020-04-22 14:16:19 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.3",
|
2020-03-19 00:06:59 +00:00
|
|
|
"grunt": "1.1.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",
|
2019-09-17 13:46:05 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2020-04-22 14:16:19 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
|
|
|
"stylelint-config-wikimedia": "0.10.1",
|
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
|
|
|
}
|