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",
|
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",
|
|
|
|
"@wdio/local-runner": "6.1.16",
|
|
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
|
|
"@wdio/spec-reporter": "6.1.14",
|
|
|
|
"@wdio/sync": "6.1.14",
|
2020-09-05 13:48:36 +00:00
|
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
|
|
"grunt": "1.3.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",
|
2018-06-11 15:51:16 +00:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2020-11-22 01:43:17 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.3",
|
2020-05-23 20:36:55 +00:00
|
|
|
"wdio-mediawiki": "1.0.0",
|
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
|
|
|
}
|