2014-01-31 02:03:11 +00:00
|
|
|
{
|
2015-09-26 13:32:06 +00:00
|
|
|
"private": true,
|
2014-01-31 02:03:11 +00:00
|
|
|
"scripts": {
|
2015-03-08 17:34:06 +00:00
|
|
|
"test": "grunt test",
|
2017-11-22 18:48:27 +00:00
|
|
|
"qunit": "grunt qunit",
|
2015-03-08 17:34:06 +00:00
|
|
|
"doc": "jsduck",
|
2016-12-19 16:39:29 +00:00
|
|
|
"postdoc": "grunt copy:jsduck",
|
2018-06-07 16:15:30 +00:00
|
|
|
"selenium": "bash ./tests/selenium/selenium.sh",
|
2018-09-04 09:27:01 +00:00
|
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
2018-04-21 01:10:56 +00:00
|
|
|
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
|
2014-01-31 02:03:11 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-12-19 16:39:29 +00:00
|
|
|
"deepmerge": "1.3.2",
|
2018-07-03 22:22:32 +00:00
|
|
|
"eslint": "5.0.1",
|
2018-09-11 22:25:26 +00:00
|
|
|
"eslint-config-wikimedia": "0.8.1",
|
2018-08-14 18:24:51 +00:00
|
|
|
"eslint-plugin-qunit": "3.3.1",
|
2018-06-15 11:46:46 +00:00
|
|
|
"grunt": "1.0.3",
|
2017-03-28 19:08:05 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2016-03-17 19:45:21 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2018-06-15 11:46:46 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-07-03 22:22:32 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2016-11-16 22:45:14 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-10 16:46:17 +00:00
|
|
|
"grunt-karma": "3.0.0",
|
2018-09-05 15:14:54 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
|
|
|
|
"karma": "3.0.0",
|
2017-10-25 19:53:56 +00:00
|
|
|
"karma-chrome-launcher": "2.2.0",
|
2018-09-05 15:14:54 +00:00
|
|
|
"karma-firefox-launcher": "1.1.0",
|
2017-10-25 19:53:56 +00:00
|
|
|
"karma-mocha-reporter": "2.2.5",
|
2018-09-05 15:14:54 +00:00
|
|
|
"karma-qunit": "2.1.0",
|
|
|
|
|
"postcss-less": "2.0.0",
|
2018-09-05 22:51:03 +00:00
|
|
|
"qunit": "2.6.2",
|
2018-04-05 00:37:11 +00:00
|
|
|
"stylelint": "9.2.0",
|
|
|
|
|
"stylelint-config-wikimedia": "0.4.3",
|
2016-12-19 16:39:29 +00:00
|
|
|
"wdio-junit-reporter": "0.2.0",
|
2018-05-02 17:48:24 +00:00
|
|
|
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
|
2018-05-10 12:13:45 +00:00
|
|
|
"wdio-mocha-framework": "0.5.13",
|
2018-03-13 13:30:43 +00:00
|
|
|
"wdio-sauce-service": "0.3.1",
|
2016-12-19 16:39:29 +00:00
|
|
|
"wdio-spec-reporter": "0.0.5",
|
2018-03-13 13:30:43 +00:00
|
|
|
"webdriverio": "4.12.0"
|
2014-01-31 02:03:11 +00:00
|
|
|
}
|
|
|
|
|
}
|