mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
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"
|
||
|
}
|
||
|
}
|