1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-28 07:47:23 +00:00
Files
syncthing-app/test/package.json
Girish Ramakrishnan 38fb2ecdf7 Fix tests
2020-01-08 10:02:03 -08:00

23 lines
489 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^79.0.0",
"ejs": "^3.0.1",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^7.0.0",
"rimraf": "^3.0.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.2.1"
}
}