2016-02-28 22:35:24 +01:00
|
|
|
{
|
|
|
|
"name": "EGroupware",
|
2020-05-10 14:56:50 +02:00
|
|
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
2016-03-02 15:34:01 +01:00
|
|
|
"license": "GPL-2.0",
|
2020-08-30 21:39:52 +02:00
|
|
|
"version": "20.1.20200812",
|
2016-03-02 15:34:01 +01:00
|
|
|
"dependencies": {},
|
|
|
|
"repository": {},
|
2016-02-28 22:35:24 +01:00
|
|
|
"devDependencies": {
|
2020-05-10 14:56:50 +02:00
|
|
|
"@types/jquery": "^3.3.38",
|
2020-01-15 08:47:33 +01:00
|
|
|
"@types/jqueryui": "^1.11.37",
|
2020-08-30 21:39:52 +02:00
|
|
|
"chai": "^4.2.0",
|
2018-08-02 17:15:49 +02:00
|
|
|
"grunt": "^1.0.3",
|
2017-10-12 09:58:23 +02:00
|
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
2018-08-02 17:15:49 +02:00
|
|
|
"grunt-contrib-uglify-es": "^3.3.0",
|
2016-05-02 14:31:24 +02:00
|
|
|
"grunt-hub": "^0.7.0",
|
2020-05-10 14:56:50 +02:00
|
|
|
"grunt-newer": "^1.3.0",
|
2020-05-28 19:48:44 +02:00
|
|
|
"grunt-terser": "^1.0.0",
|
2020-05-10 14:56:50 +02:00
|
|
|
"grunt-ts": "^6.0.0-beta.22",
|
2020-08-30 21:39:52 +02:00
|
|
|
"jsdom": "16.4.0",
|
|
|
|
"mocha": "^8.1.3",
|
2020-05-28 19:48:44 +02:00
|
|
|
"terser": "^4.7.0",
|
2020-05-10 14:56:50 +02:00
|
|
|
"typescript": "^3.7.4"
|
2020-08-30 21:39:52 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha",
|
|
|
|
"debug-test": "mocha --inspect-brk"
|
2016-02-28 22:35:24 +01:00
|
|
|
}
|
|
|
|
}
|