freshrss-app/test/package.json

23 lines
489 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": {
2021-06-14 17:13:32 +00:00
"chromedriver": "^91.0.1",
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",
2021-06-14 17:13:32 +00:00
"mocha": "^9.0.0",
2020-06-02 00:27:39 +00:00
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
2021-02-20 19:40:28 +00:00
"superagent": "^6.1.0"
2017-02-17 10:28:42 +00:00
}
}