gitea-app/test/package.json

19 lines
371 B
JSON
Raw Normal View History

2015-11-24 21:59:52 +00: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 15:45:34 +00:00
"dependencies": {
2023-07-29 14:38:07 +00:00
"chromedriver": "^115.0.0",
2015-11-24 21:59:52 +00:00
"expect.js": "^0.3.1",
2022-12-30 08:47:56 +00:00
"mocha": "^10.2.0",
2023-07-05 07:59:20 +00:00
"selenium-webdriver": "^4.10.0",
2023-02-20 09:30:47 +00:00
"superagent": "^8.0.9"
2015-11-24 21:59:52 +00:00
}
}