freshrss-app/test/package.json

21 lines
419 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": {
2022-11-14 15:09:30 +00:00
"chromedriver": "^107.0.3",
2017-02-17 10:28:42 +00:00
"expect.js": "^0.3.1",
2020-06-02 00:27:39 +00:00
"mkdirp": "^1.0.4",
2022-11-14 15:09:30 +00:00
"mocha": "^10.1.0",
2020-06-02 00:27:39 +00:00
"rimraf": "^3.0.2",
2022-11-14 15:09:30 +00:00
"selenium-webdriver": "^4.6.0",
"superagent": "^8.0.3"
2017-02-17 10:28:42 +00:00
}
}