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": {
2021-07-12 16:11:55 +00:00
"chromedriver": "^91.0.1",
2017-05-05 11:19:38 +00:00
"expect.js": "^0.3.1",
2021-07-12 16:11:55 +00:00
"mocha": "^9.0.2",
2019-08-07 13:21:33 +00:00
"selenium-webdriver": "^3.6.0",
2020-09-08 11:15:20 +00:00
"superagent": "^6.1.0"
2017-05-05 11:19:38 +00:00
}
}