2014-07-25 20:19:15 +00:00
|
|
|
{
|
2017-03-22 21:23:56 +00:00
|
|
|
"name": "echo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for Echo.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
2018-06-11 15:51:16 +00:00
|
|
|
"doc": "jsduck",
|
2021-05-17 23:26:02 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f modules/icons/",
|
2018-07-06 14:30:48 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
2019-07-04 01:56:30 +00:00
|
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily"
|
2017-03-22 21:23:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-24 19:22:53 +00:00
|
|
|
"@wdio/cli": "6.1.16",
|
2021-05-25 15:01:35 +00:00
|
|
|
"@wdio/dot-reporter": "6.11.0",
|
2021-04-29 13:39:36 +00:00
|
|
|
"@wdio/junit-reporter": "6.11.0",
|
2020-06-24 19:22:53 +00:00
|
|
|
"@wdio/local-runner": "6.1.16",
|
|
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
|
|
"@wdio/sync": "6.1.14",
|
2021-04-15 18:20:49 +00:00
|
|
|
"eslint-config-wikimedia": "0.20.0",
|
2021-05-09 19:43:16 +00:00
|
|
|
"grunt": "1.4.0",
|
2020-04-19 03:52:45 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2018-10-11 07:06:50 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-06-12 22:13:31 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2020-11-22 01:43:17 +00:00
|
|
|
"grunt-stylelint": "0.16.0",
|
|
|
|
"stylelint-config-wikimedia": "0.10.3",
|
2021-05-17 23:26:02 +00:00
|
|
|
"svgo": "2.3.0",
|
2021-05-25 15:01:35 +00:00
|
|
|
"wdio-mediawiki": "1.1.1",
|
2020-06-24 19:22:53 +00:00
|
|
|
"webdriverio": "6.1.16"
|
2017-03-22 21:23:56 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|