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": {
2021-06-21 09:21:07 +00:00
"chromedriver": "^91.0.1",
2015-11-24 21:59:52 +00:00
"expect.js": "^0.3.1",
2021-07-06 13:30:30 +00:00
"mocha": "^9.0.2",
2020-03-09 01:59:04 +00:00
"rimraf": "^3.0.2",
"selenium-webdriver": "^3.6.0",
2020-09-04 07:07:59 +00:00
"superagent": "^6.1.0"
2015-11-24 21:59:52 +00:00
}
}