gitea-app/test/package.json

20 lines
394 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": {
2022-11-07 14:47:08 +00:00
"chromedriver": "^107.0.3",
2015-11-24 21:59:52 +00:00
"expect.js": "^0.3.1",
2022-10-16 14:01:46 +00:00
"mocha": "^10.1.0",
2020-03-09 01:59:04 +00:00
"rimraf": "^3.0.2",
2022-11-29 10:44:39 +00:00
"selenium-webdriver": "^4.6.1",
"superagent": "^8.0.4"
2015-11-24 21:59:52 +00:00
}
}