syncthing-app/test/package.json

19 lines
372 B
JSON
Raw 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-01-02 10:02:22 +00:00
"chromedriver": "^120.0.1",
2017-05-05 11:19:38 +00:00
"expect.js": "^0.3.1",
2022-12-24 11:04:24 +00:00
"mocha": "^10.2.0",
2023-12-11 09:58:44 +00:00
"selenium-webdriver": "^4.16.0",
2023-10-03 09:34:52 +00:00
"superagent": "^8.1.2"
2017-05-05 11:19:38 +00:00
}
}