mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 14:03:19 +01:00
784aa2c82f
- Fix view mode loads with wrong context - Fix mail view actions
26 lines
609 B
JSON
26 lines
609 B
JSON
{
|
|
"name": "etherpad",
|
|
"title": "jQuery Etherpad",
|
|
"description": "jQuery plugin for embedding Etherpad",
|
|
"keywords": [
|
|
"color",
|
|
"animation"
|
|
],
|
|
"version": "1.0.2",
|
|
"author": {
|
|
"name": "John McLear",
|
|
"url": "https://github.com/ether/etherpad-lite-jquery-plugin"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache 2",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/ether/etherpad-lite-jquery-plugin/issues/",
|
|
"homepage": "https://github.com/ether/etherpad-lite-jquery-plugin",
|
|
"dependencies": {
|
|
"jquery": ">=1.5"
|
|
}
|
|
}
|