2015-04-21 03:22:20 +00:00
|
|
|
{
|
2019-06-08 02:06:04 +00:00
|
|
|
"name": "cite",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the Cite extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint-config-wikimedia": "0.12.0",
|
|
|
|
"grunt": "1.0.4",
|
|
|
|
"grunt-banana-checker": "0.7.0",
|
|
|
|
"grunt-eslint": "21.0.0",
|
|
|
|
"grunt-stylelint": "0.10.1",
|
|
|
|
"grunt-svgmin": "5.0.0",
|
|
|
|
"stylelint-config-wikimedia": "0.6.0",
|
2019-08-01 17:53:35 +00:00
|
|
|
"wdio-mediawiki": "0.4.0",
|
2019-06-08 02:06:04 +00:00
|
|
|
"wdio-mocha-framework": "0.6.4",
|
|
|
|
"wdio-spec-reporter": "0.1.4",
|
|
|
|
"webdriverio": "4.13.1"
|
|
|
|
}
|
2015-04-21 03:22:20 +00:00
|
|
|
}
|