syncthing-app/test/package.json

18 lines
344 B
JSON
Raw Permalink Normal View History

2017-05-05 11:19:38 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
2018-09-11 23:14:50 +00:00
"main": "index.js",
2017-05-05 11:19:38 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
2018-09-11 23:14:50 +00:00
"dependencies": {
2024-05-08 10:15:44 +00:00
"chromedriver": "^124.0.1",
2017-05-05 11:19:38 +00:00
"expect.js": "^0.3.1",
2024-04-02 07:56:27 +00:00
"mocha": "^10.4.0",
2024-05-08 10:15:44 +00:00
"selenium-webdriver": "^4.20.0"
2017-05-05 11:19:38 +00:00
}
}