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-04-09 10:56:17 +00:00
"chromedriver": "^123.0.2",
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",
"selenium-webdriver": "^4.19.0",
2023-10-03 09:34:52 +00:00
"superagent": "^8.1.2"
2017-05-05 11:19:38 +00:00
}
}