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",
|
2018-08-29 13:07:28 +00:00
|
|
|
"selenium-daily": "npm run selenium-test"
|
2017-03-22 21:23:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-02-06 01:42:53 +00:00
|
|
|
"eslint-config-wikimedia": "0.10.1",
|
2018-09-11 22:46:52 +00:00
|
|
|
"grunt": "1.0.3",
|
2017-10-17 12:53:08 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-10-11 07:06:50 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-09-11 22:46:52 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-10-17 12:53:08 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-11 22:46:52 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2018-06-11 15:51:16 +00:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2019-01-10 02:42:06 +00:00
|
|
|
"stylelint-config-wikimedia": "0.5.0",
|
2018-06-11 15:51:16 +00:00
|
|
|
"wdio-mediawiki": "0.1.7",
|
|
|
|
"wdio-mocha-framework": "0.5.13",
|
|
|
|
"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
|
|
|
}
|