2015-04-21 03:22:20 +00:00
|
|
|
{
|
|
|
|
"name": "cite",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the Cite extension.",
|
|
|
|
"scripts": {
|
2018-11-15 17:19:28 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2015-04-21 03:22:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-02-03 18:17:24 +00:00
|
|
|
"eslint-config-wikimedia": "0.10.1",
|
2018-09-11 22:54:19 +00:00
|
|
|
"grunt": "1.0.3",
|
2019-02-03 18:17:24 +00:00
|
|
|
"grunt-banana-checker": "0.7.0",
|
2018-09-11 22:54:19 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2016-11-02 12:50:48 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-11 22:54:19 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2018-02-12 17:13:51 +00:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2018-12-10 10:59:11 +00:00
|
|
|
"stylelint-config-wikimedia": "0.5.0",
|
2018-11-15 17:19:28 +00:00
|
|
|
"wdio-mediawiki": "0.2.0",
|
|
|
|
"wdio-mocha-framework": "0.6.1",
|
|
|
|
"wdio-spec-reporter": "0.1.4",
|
|
|
|
"webdriverio": "4.13.1"
|
2015-04-21 03:22:20 +00:00
|
|
|
}
|
|
|
|
}
|