2019-05-21 10:41:52 +03:00
|
|
|
{
|
|
|
|
"name": "ui-e2e",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
2019-06-04 10:09:18 +03:00
|
|
|
"devDependencies": {
|
2019-10-25 15:38:30 +03:00
|
|
|
"chromedriver": "^77.0.0",
|
2019-08-01 10:57:58 +03:00
|
|
|
"mocha": "^5.2.0",
|
2019-10-25 15:38:30 +03:00
|
|
|
"selenium-webdriver": "3.6.0"
|
2019-06-04 10:09:18 +03:00
|
|
|
},
|
2019-07-02 16:12:57 +03:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint . --ignore-path ../.eslintignore"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8.9"
|
|
|
|
}
|
2019-05-21 10:41:52 +03:00
|
|
|
}
|