syncthing-app/test/package.json

23 lines
488 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": {
2019-08-07 13:21:33 +00:00
"chromedriver": "^76.0.0",
"ejs": "^2.6.2",
2017-05-05 11:19:38 +00:00
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
2019-08-07 13:21:33 +00:00
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"selenium-server-standalone-jar": "^3.141.5",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.1.0"
2017-05-05 11:19:38 +00:00
}
}