syncthing-app/test/package.json

19 lines
371 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": {
2023-04-04 10:56:51 +00:00
"chromedriver": "^111.0.0",
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-04-04 10:56:51 +00:00
"selenium-webdriver": "^4.8.2",
2023-02-25 10:42:18 +00:00
"superagent": "^8.0.9"
2017-05-05 11:19:38 +00:00
}
}