mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-19 08:26:24 +00:00
21 lines
455 B
JSON
21 lines
455 B
JSON
{
|
|
"name": "tests",
|
|
"description": "This directory holds automated tests for SOGo.",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "jasmine"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.0",
|
|
"babel-cli": "^6.26.0",
|
|
"cookie": "^0.4.1",
|
|
"cross-fetch": "^3.1.4",
|
|
"esm": "^3.2.25",
|
|
"ical.js": "^1.4.0",
|
|
"jasmine": "^3.10.0",
|
|
"telnet-client": "^1.4.10",
|
|
"tsdav": "^1.1.5"
|
|
}
|
|
}
|