1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-03-20 13:32:47 +00:00

19 lines
372 B
JSON
Raw Normal View History

2015-11-24 13:59:52 -08:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
2019-11-14 16:45:34 +01:00
"dependencies": {
"chromedriver": "^133.0.1",
2015-11-24 13:59:52 -08:00
"expect.js": "^0.3.1",
"mocha": "^11.1.0",
"selenium-webdriver": "^4.28.1",
"superagent": "^10.1.1"
2015-11-24 13:59:52 -08:00
}
}