mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"description": "Dependencies to be installed by Maven for running unit tests and generating documentation",
|
|
"devDependencies": {
|
|
"jsdoc": "^4.0.3",
|
|
"karma": "^6.4.4",
|
|
"karma-firefox-launcher": "^2.1.3",
|
|
"karma-jasmine": "^5.1.0"
|
|
}
|
|
}
|