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": {
|
2018-11-27 19:12:19 +00:00
|
|
|
"eslint-config-wikimedia": "0.9.0",
|
2018-09-13 20:41:51 +00:00
|
|
|
"grunt": "1.0.3",
|
2017-07-18 12:01:51 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-10-11 08:36:00 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-09-13 20:41:51 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-07-18 12:01:51 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-13 20:41:51 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
|
|
|
"stylelint": "9.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.3",
|
2017-04-07 13:39:38 +00:00
|
|
|
"wdio-mediawiki": "0.1.7",
|
2018-10-11 08:36:00 +00:00
|
|
|
"wdio-mocha-framework": "0.6.3",
|
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
|
|
|
}
|