gitea-app/test/package.json

20 lines
392 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-01-17 09:43:26 +00:00
"chromedriver": "^97.0.0",
2015-11-24 21:59:52 +00:00
"expect.js": "^0.3.1",
2022-01-17 09:43:26 +00:00
"mocha": "^9.1.4",
2020-03-09 01:59:04 +00:00
"rimraf": "^3.0.2",
2022-01-17 09:43:26 +00:00
"selenium-webdriver": "^4.1.1",
"superagent": "^7.0.2"
2015-11-24 21:59:52 +00:00
}
}