1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-24 22:07:39 +00:00

First working version

This commit is contained in:
Dennis Schwerdel
2017-02-17 11:28:42 +01:00
parent 0b95d20d1e
commit 0dfbe30164
7 changed files with 214 additions and 5 deletions

22
test/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"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",
"superagent": "^1.4.0",
"chromedriver": "^2.27.0"
}
}