2020-01-10 09:38:37 -06:00
|
|
|
{
|
|
|
|
"name": "cypress_test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Cypress integration test suit",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2020-09-17 07:55:03 -05:00
|
|
|
"cypress": "5.1.0",
|
2020-06-15 08:30:05 -05:00
|
|
|
"cypress-failed-log": "2.7.0",
|
2020-09-17 07:56:58 -05:00
|
|
|
"cypress-file-upload": "4.1.1",
|
2020-07-20 06:46:15 -05:00
|
|
|
"cypress-log-to-output": "1.0.8",
|
2020-06-05 09:42:23 -05:00
|
|
|
"cypress-select-tests": "1.5.7",
|
2020-07-07 05:28:33 -05:00
|
|
|
"cypress-wait-until": "1.7.1",
|
2020-01-21 09:51:41 -06:00
|
|
|
"eslint": "6.8.0",
|
2020-04-28 09:00:15 -05:00
|
|
|
"eslint-plugin-cypress-rules": "file:eslint_plugin",
|
2020-02-19 19:25:01 -06:00
|
|
|
"get-port-cli": "2.0.0",
|
2020-01-21 09:51:41 -06:00
|
|
|
"wait-on": "4.0.0"
|
2020-01-10 09:38:37 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://gerrit.libreoffice.org/online.git"
|
|
|
|
}
|
|
|
|
}
|