2016-04-19 12:45:09 +00:00
|
|
|
{
|
2019-02-16 14:48:40 +00:00
|
|
|
"private": true,
|
2017-03-25 09:56:02 +00:00
|
|
|
"scripts": {
|
2019-10-04 15:03:58 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
|
|
"test": "grunt test"
|
2017-03-25 09:56:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-23 15:46:39 +00:00
|
|
|
"eslint-config-wikimedia": "0.14.3",
|
2019-06-04 07:06:35 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-10-23 15:46:39 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
|
|
|
"grunt-eslint": "22.0.0",
|
|
|
|
"grunt-stylelint": "0.11.1",
|
2019-03-27 18:09:56 +00:00
|
|
|
"mwbot": "1.0.10",
|
2019-07-03 10:14:05 +00:00
|
|
|
"stylelint-config-wikimedia": "0.6.0",
|
2019-08-03 04:45:35 +00:00
|
|
|
"wdio-mediawiki": "0.4.0",
|
2019-03-27 18:09:56 +00:00
|
|
|
"wdio-mocha-framework": "0.6.4",
|
|
|
|
"wdio-spec-reporter": "0.1.5",
|
|
|
|
"webdriverio": "4.14.4"
|
2017-03-25 09:56:02 +00:00
|
|
|
}
|
2016-11-16 00:48:33 +00:00
|
|
|
}
|