peertube-app/test/package.json

21 lines
418 B
JSON
Raw Normal View History

2020-07-21 20:46:54 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
2022-02-23 12:34:30 +00:00
"mocha": "^9.2.1"
2020-07-21 20:46:54 +00:00
},
"dependencies": {
2022-03-08 19:51:44 +00:00
"chromedriver": "^99.0.0",
2020-07-21 22:30:01 +00:00
"selenium-server-standalone-jar": "^3.141.59",
2022-01-19 02:08:58 +00:00
"selenium-webdriver": "^4.1.1"
2020-07-21 20:46:54 +00:00
}
}