freshrss-app/test/package.json

22 lines
438 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-01-08 01:59:14 +00:00
"chromedriver": "^97.0.0",
2021-02-20 19:40:28 +00:00
"ejs": "^3.1.6",
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-01-02 09:51:20 +00:00
"mocha": "^9.1.3",
2020-06-02 00:27:39 +00:00
"rimraf": "^3.0.2",
2022-01-02 09:51:20 +00:00
"selenium-webdriver": "^4.1.0",
2022-01-08 01:59:14 +00:00
"superagent": "^7.0.1"
2017-02-17 10:28:42 +00:00
}
}