mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
07d8da720b
* Updated grunt-contrib-watch to 1.1.0, addressing: * https://npmjs.com/advisories/534 * CVE-2017-16137 * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: I9551effaeda59a12cf56090479515521e76c0679
30 lines
751 B
JSON
30 lines
751 B
JSON
{
|
|
"name": "echo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Build tools for Echo.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"selenium-daily": "npm run selenium-test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3",
|
|
"wdio-mediawiki": "0.1.7",
|
|
"wdio-mocha-framework": "0.5.13",
|
|
"wdio-spec-reporter": "0.1.4",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|