Files
cloudron-glitch/test/package.json

25 lines
515 B
JSON
Raw Normal View History

2019-07-17 17:16:01 -07:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
2020-05-15 10:53:00 -07:00
"ejs": "^3.1.2",
2019-07-17 17:16:01 -07:00
"expect.js": "^0.3.1",
2020-05-15 10:53:00 -07:00
"mkdirp": "^1.0.4",
"mocha": "^7.1.2",
"rimraf": "^3.0.2",
2020-01-23 12:56:15 -08:00
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
2020-05-15 10:53:00 -07:00
"superagent": "^5.2.2"
2019-07-17 17:16:01 -07:00
},
"dependencies": {
2020-05-15 10:53:00 -07:00
"chromedriver": "^81.0.0"
2019-07-17 17:16:01 -07:00
}
}