freshrss-app/test/package.json

19 lines
373 B
JSON
Raw Normal View History

2017-02-17 10:28:42 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2024-09-06 09:35:44 +00:00
"chromedriver": "^128.0.1",
2017-02-17 10:28:42 +00:00
"expect.js": "^0.3.1",
2024-08-23 16:25:28 +00:00
"mocha": "^10.7.3",
2024-09-06 09:35:44 +00:00
"selenium-webdriver": "^4.24.0",
"superagent": "^10.1.0"
2017-02-17 10:28:42 +00:00
}
}