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": {
|
2022-05-02 09:08:36 +00:00
|
|
|
"chromedriver": "^101.0.0",
|
2015-11-24 21:59:52 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2022-05-02 09:08:36 +00:00
|
|
|
"mocha": "^10.0.0",
|
2020-03-09 01:59:04 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2022-05-02 09:08:36 +00:00
|
|
|
"selenium-webdriver": "^4.1.2",
|
|
|
|
"superagent": "^7.1.3"
|
2015-11-24 21:59:52 +00:00
|
|
|
}
|
|
|
|
}
|