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-03-12 09:56:17 -05:00
|
|
|
"cypress": "4.1.0",
|
2020-01-21 09:51:41 -06:00
|
|
|
"eslint": "6.8.0",
|
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"
|
|
|
|
}
|
|
|
|
}
|