searxng-app/test/package.json

19 lines
391 B
JSON
Raw Normal View History

2020-03-04 20:15:23 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
2020-07-10 09:38:33 +00:00
"dependencies": {
2020-03-04 20:15:23 +00:00
"expect.js": "^0.3.1",
2022-01-23 18:50:53 +00:00
"mocha": "^9.1.4",
2020-03-04 20:15:23 +00:00
"selenium-server-standalone-jar": "^3.141.59",
2022-01-23 18:50:53 +00:00
"selenium-webdriver": "^4.1.1",
"chromedriver": "^97.0.0"
2020-03-04 20:15:23 +00:00
}
}