mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
27 lines
674 B
JSON
27 lines
674 B
JSON
{
|
|
"name": "EGroupware",
|
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
|
"license": "GPL-2.0",
|
|
"version": "20.1.20200812",
|
|
"dependencies": {},
|
|
"repository": {},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.5.5",
|
|
"@types/jqueryui": "^1.12.14",
|
|
"chai": "^4.2.0",
|
|
"grunt": "^1.3.0",
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
|
"grunt-newer": "^1.3.0",
|
|
"grunt-terser": "^1.0.0",
|
|
"grunt-ts": "^6.0.0-beta.22",
|
|
"jsdom": "16.4.0",
|
|
"mocha": "^8.2.1",
|
|
"terser": "^4.8.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"debug-test": "mocha --inspect-brk"
|
|
}
|
|
}
|