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",
|
2022-02-27 10:12:20 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder 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": {
|
2022-01-23 15:30:28 +00:00
|
|
|
"@wdio/cli": "7.16.13",
|
|
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
|
|
"@wdio/local-runner": "7.16.13",
|
|
|
|
"@wdio/mocha-framework": "7.16.13",
|
2022-05-23 11:17:11 +00:00
|
|
|
"@wdio/spec-reporter": "7.16.13",
|
2022-02-22 16:43:15 +00:00
|
|
|
"eslint-config-wikimedia": "0.22.1",
|
2022-05-26 10:21:22 +00:00
|
|
|
"grunt": "1.5.3",
|
2022-10-06 21:20:28 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2018-10-11 07:06:50 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2022-02-22 16:43:15 +00:00
|
|
|
"grunt-eslint": "24.0.0",
|
2022-05-09 13:05:59 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
|
|
|
"stylelint-config-wikimedia": "0.13.0",
|
2022-02-27 10:12:20 +00:00
|
|
|
"svgo": "2.8.0",
|
2022-05-23 11:17:11 +00:00
|
|
|
"wdio-mediawiki": "2.1.0",
|
2022-01-23 15:30:28 +00:00
|
|
|
"webdriverio": "7.16.13"
|
2017-03-22 21:23:56 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|