mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"description": "Dependencies to be installed by maven for running JS tests",
|
|
"devDependencies": {
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.1.1",
|
|
"karma-jasmine": "^5.1.0"
|
|
}
|
|
}
|