gitea-app/test/package.json

19 lines
370 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-03-20 09:46:10 +00:00
"chromedriver": "^111.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-02-20 09:30:47 +00:00
"selenium-webdriver": "^4.8.1",
"superagent": "^8.0.9"
2015-11-24 21:59:52 +00:00
}
}