1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-01-15 16:51:05 +00:00
syncthing-app/test/package.json

18 lines
344 B
JSON
Raw Normal View History

2017-05-05 13:19:38 +02:00
{
"name": "test",
"version": "1.0.0",
"description": "",
2018-09-11 16:14:50 -07:00
"main": "index.js",
2017-05-05 13:19:38 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
2018-09-11 16:14:50 -07:00
"dependencies": {
"chromedriver": "^131.0.5",
2017-05-05 13:19:38 +02:00
"expect.js": "^0.3.1",
"mocha": "^11.0.1",
"selenium-webdriver": "^4.27.0"
2017-05-05 13:19:38 +02:00
}
}