2017-04-11 02:30:17 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-07-13 15:56:30 +00:00
|
|
|
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
|
2018-04-10 21:19:08 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
|
|
|
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
|
2019-04-11 15:40:03 +00:00
|
|
|
"selenium-daily": "MW_SERVER=https://en.m.wikipedia.beta.wmflabs.org npm run selenium-test",
|
2018-04-10 21:19:08 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2017-04-11 02:30:17 +00:00
|
|
|
},
|
2018-07-19 13:10:08 +00:00
|
|
|
"dependencies": {},
|
2017-04-11 02:30:17 +00:00
|
|
|
"devDependencies": {
|
2019-05-06 20:52:00 +00:00
|
|
|
"eslint-config-wikimedia": "0.12.0",
|
2018-09-11 13:13:41 +00:00
|
|
|
"grunt": "1.0.3",
|
2017-10-26 22:42:55 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-11-27 12:20:16 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-09-11 13:13:41 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-10-26 22:42:55 +00:00
|
|
|
"grunt-notify": "0.4.5",
|
2018-11-27 12:20:16 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2018-07-19 13:10:08 +00:00
|
|
|
"jsdoc": "3.5.5",
|
2018-04-10 21:19:08 +00:00
|
|
|
"mwbot": "1.0.10",
|
2018-05-02 14:35:35 +00:00
|
|
|
"pre-commit": "1.2.2",
|
2018-12-12 23:20:10 +00:00
|
|
|
"stylelint-config-wikimedia": "0.5.0",
|
2018-04-10 21:19:08 +00:00
|
|
|
"svgo": "0.7.2",
|
2019-06-24 21:22:53 +00:00
|
|
|
"wdio-cucumber-framework": "2.2.8",
|
2019-04-09 19:43:39 +00:00
|
|
|
"wdio-mediawiki": "0.3.0",
|
2019-06-03 21:58:54 +00:00
|
|
|
"wdio-mocha-framework": "0.6.4",
|
2018-04-10 21:19:08 +00:00
|
|
|
"wdio-spec-reporter": "0.1.4",
|
|
|
|
"webdriverio": "4.13.1"
|
2017-04-11 02:30:17 +00:00
|
|
|
}
|
|
|
|
}
|