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": {
|
2019-10-04 14:25:14 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
|
|
"test": "grunt test"
|
2019-06-08 02:06:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-15 16:27:21 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2019-06-08 02:06:04 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-10-07 15:24:49 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
|
|
|
"grunt-eslint": "22.0.0",
|
2019-11-15 16:27:21 +00:00
|
|
|
"grunt-stylelint": "0.12.0",
|
2019-06-08 02:06:04 +00:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2019-11-15 16:27:21 +00:00
|
|
|
"stylelint-config-wikimedia": "0.7.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",
|
2019-10-23 15:36:06 +00:00
|
|
|
"wdio-spec-reporter": "0.1.5",
|
|
|
|
"webdriverio": "4.14.1"
|
2019-06-08 02:06:04 +00:00
|
|
|
}
|
2015-04-21 03:22:20 +00:00
|
|
|
}
|