mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
22 lines
589 B
JSON
22 lines
589 B
JSON
{
|
|
"name": "EGroupware",
|
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
|
"license": "GPL-2.0",
|
|
"version": "19.1.001",
|
|
"dependencies": {},
|
|
"repository": {},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.3.38",
|
|
"@types/jqueryui": "^1.11.37",
|
|
"grunt": "^1.0.3",
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
|
"grunt-contrib-uglify-es": "^3.3.0",
|
|
"grunt-hub": "^0.7.0",
|
|
"grunt-newer": "^1.3.0",
|
|
"grunt-terser": "^1.0.0",
|
|
"grunt-ts": "^6.0.0-beta.22",
|
|
"terser": "^4.7.0",
|
|
"typescript": "^3.7.4"
|
|
}
|
|
}
|