libreoffice-online/cypress_test/package.json
Andras Timar 25764d83ca change git repo URL and product name in package.json files
Change-Id: I15b786fa1fb3be78c4fe6e83777fc7df396de434
2020-10-05 14:04:40 +02:00

22 lines
588 B
JSON

{
"name": "cypress_test",
"version": "1.0.0",
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"dependencies": {
"cypress": "5.1.0",
"cypress-failed-log": "2.7.0",
"cypress-file-upload": "4.1.1",
"cypress-log-to-output": "1.1.2",
"cypress-select-tests": "1.5.7",
"cypress-wait-until": "1.7.1",
"eslint": "6.8.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"wait-on": "5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CollaboraOnline/online.git"
}
}