2015-06-20 04:54:10 +00:00
|
|
|
{
|
2022-04-14 23:28:27 +00:00
|
|
|
"name": "Math",
|
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",
|
2020-05-29 13:19:54 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
|
|
"api-testing": "mocha tests/api-testing"
|
2017-03-31 21:47:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-03 21:17:51 +00:00
|
|
|
"@wdio/cli": "6.1.16",
|
|
|
|
"@wdio/local-runner": "6.1.16",
|
|
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
|
|
"@wdio/spec-reporter": "6.1.14",
|
|
|
|
"@wdio/sync": "6.1.14",
|
2020-05-29 13:19:54 +00:00
|
|
|
"api-testing": "^1.0.4",
|
2020-06-16 14:45:59 +00:00
|
|
|
"eslint-config-wikimedia": "0.16.1",
|
2022-05-23 01:06:00 +00:00
|
|
|
"grunt": "1.5.3",
|
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",
|
2020-06-16 14:45:59 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2020-04-22 14:16:19 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
2021-05-11 12:26:25 +00:00
|
|
|
"mocha": "^7.1.1",
|
|
|
|
"stylelint-config-wikimedia": "0.10.3",
|
2020-06-02 18:58:33 +00:00
|
|
|
"wdio-mediawiki": "1.0.0",
|
2020-06-03 21:17:51 +00:00
|
|
|
"webdriverio": "6.1.16"
|
2017-03-31 21:47:20 +00:00
|
|
|
}
|
2015-06-20 04:54:10 +00:00
|
|
|
}
|