peertube-app/test/package.json
Girish Ramakrishnan fb0630314b Update packages
2021-09-13 11:11:06 -07:00

21 lines
418 B
JSON

{
"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",
"mocha": "^9.1.1"
},
"dependencies": {
"chromedriver": "^93.0.1",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0"
}
}