1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-01-15 16:51:06 +00:00
gitea-app/test/package.json

19 lines
372 B
JSON
Raw Permalink 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": "^131.0.5",
2015-11-24 13:59:52 -08:00
"expect.js": "^0.3.1",
"mocha": "^11.0.1",
"selenium-webdriver": "^4.27.0",
"superagent": "^10.1.1"
2015-11-24 13:59:52 -08:00
}
}