2016-02-29 19:48:14 +00:00
|
|
|
{
|
2018-09-02 21:30:30 +00:00
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the AbuseFilter mediawiki extension.",
|
|
|
|
"scripts": {
|
2018-11-29 14:49:50 +00:00
|
|
|
"test": "grunt test",
|
2019-10-04 14:23:22 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
2018-11-29 14:49:50 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2018-09-02 21:30:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-21 17:38:40 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.3",
|
2020-03-17 17:41:34 +00:00
|
|
|
"grunt": "1.1.0",
|
2020-04-20 02:58:36 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2019-07-31 13:52:09 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2020-04-21 17:38:40 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
|
|
|
"stylelint-config-wikimedia": "0.10.1",
|
2018-11-29 14:49:50 +00:00
|
|
|
"wdio-mediawiki": "0.4.0",
|
|
|
|
"wdio-mocha-framework": "0.6.4",
|
|
|
|
"wdio-spec-reporter": "0.1.5",
|
|
|
|
"webdriverio": "4.14.0"
|
2018-09-02 21:30:30 +00:00
|
|
|
}
|
2016-02-29 19:48:14 +00:00
|
|
|
}
|