2015-11-24 21:59:52 +00:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "test.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2019-11-14 15:45:34 +00:00
|
|
|
"dependencies": {
|
2021-03-08 10:45:35 +00:00
|
|
|
"chromedriver": "^89.0.0",
|
2015-11-24 21:59:52 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2021-03-22 09:12:11 +00:00
|
|
|
"mocha": "^8.3.2",
|
2020-03-09 01:59:04 +00:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"selenium-webdriver": "^3.6.0",
|
2020-09-04 07:07:59 +00:00
|
|
|
"superagent": "^6.1.0"
|
2015-11-24 21:59:52 +00:00
|
|
|
}
|
|
|
|
}
|