freshrss-app/test/package.json

23 lines
488 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": {
2018-05-21 19:36:04 +00:00
"chromedriver": "^2.38.3",
2017-02-17 10:28:42 +00:00
"ejs": "^2.4.2",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^2.5.3",
"rimraf": "^2.5.3",
"selenium-server-standalone-jar": "^2.53.1",
"selenium-webdriver": "^2.53.3",
2018-05-31 20:59:21 +00:00
"superagent": "^1.8.5"
2017-02-17 10:28:42 +00:00
}
}