peertube-app/test/package.json

26 lines
543 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": {
2020-10-14 05:19:13 +00:00
"ejs": "^3.1.5",
2020-07-21 20:46:54 +00:00
"expect.js": "^0.3.1",
2020-07-21 22:30:01 +00:00
"mkdirp": "^1.0.4",
2020-10-14 05:19:13 +00:00
"mocha": "^8.1.3",
2020-07-21 22:30:01 +00:00
"rimraf": "^3.0.2",
2020-10-14 05:19:13 +00:00
"superagent": "^6.1.0"
2020-07-21 20:46:54 +00:00
},
"dependencies": {
2020-10-14 05:19:13 +00:00
"chromedriver": "^86.0.0",
2020-07-21 22:30:01 +00:00
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
2020-07-21 20:46:54 +00:00
"superagent": "^1.8.5"
}
}