syncthing-app/test/package.json

19 lines
369 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": {
2022-03-01 11:23:42 +00:00
"chromedriver": "^98.0.1",
2017-05-05 11:19:38 +00:00
"expect.js": "^0.3.1",
2022-03-01 11:23:42 +00:00
"mocha": "^9.2.1",
2022-02-01 13:50:37 +00:00
"selenium-webdriver": "^4.1.1",
"superagent": "^7.1.1"
2017-05-05 11:19:38 +00:00
}
}