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": {
"selenium-webdriver": "^3.6.0",
"chromedriver": "^76.0.1",
2015-11-24 21:59:52 +00:00
"expect.js": "^0.3.1",
2019-11-04 02:24:06 +00:00
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"superagent": "^5.1.0"
2015-11-24 21:59:52 +00:00
}
}