mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
9a030c4bfe
* Updated grunt to 1.0.4, addressing: * https://npmjs.com/advisories/788 * https://npmjs.com/advisories/813 * Updated stylelint-config-wikimedia to 0.6.0, addressing: * https://npmjs.com/advisories/786 Committed package-lock.json (T179229) too. Change-Id: I9a58f8acade9bd129474785831e8c8174896982c
27 lines
664 B
JSON
27 lines
664 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.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint-config-wikimedia": "0.6.0",
|
|
"wdio-mediawiki": "0.3.0",
|
|
"wdio-mocha-framework": "0.6.4",
|
|
"wdio-spec-reporter": "0.1.4",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|