-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy patheditable.jquery.json
28 lines (28 loc) · 1.11 KB
/
editable.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name" : "editable",
"title" : "jQuery Editable",
"description" : "This plugin makes it possible to edit the content of an element simply by double clicking on it. What sets this plugin aside from other similar plugins is that the editable area won't look like your plain old boring textarea** or input field. Instead, it will look as if you're editing the actually page",
"keywords": [
"form",
"ui",
"wysiwyg",
"input"
],
"version" : "1.3.5",
"author" : {
"name": "Victor Jonsson",
"url": "http://victorjonsson.se/",
"email" : "kontakt@victorjonsson.se"
},
"homepage" : "https://github.com/victorjonsson/jquery-editable",
"demo" : "http://victorjonsson.se/168/jquery-editable/?from=jQuery",
"download" : "https://raw.github.com/victorjonsson/jquery-editable/master/jquery.editable.min.js",
"bugs" : "https://github.com/victorjonsson/jquery-editable/issues",
"licenses" : [{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}],
"dependencies" : {
"jquery": ">=1.5"
}
}