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-04-22 08:44:13 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.3",
|
2020-03-18 07:17:13 +00:00
|
|
|
"grunt": "1.1.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",
|
2019-11-15 17:26:44 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2020-04-22 08:44:13 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
2018-06-11 15:51:16 +00:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2020-04-22 08:44:13 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.1",
|
2019-08-02 01:47:17 +00:00
|
|
|
"wdio-mediawiki": "0.4.0",
|
2019-06-03 21:46:36 +00:00
|
|
|
"wdio-mocha-framework": "0.6.4",
|
2018-06-11 15:51:16 +00:00
|
|
|
"wdio-spec-reporter": "0.1.4",
|
|
|
|
"webdriverio": "4.12.0"
|
2017-03-22 21:23:56 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|