forked from NicolasCARPi/jquery_jeditable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jeditable.jquery.json
33 lines (33 loc) · 927 Bytes
/
jeditable.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
29
30
31
32
33
{
"name": "jeditable",
"version": "1.7.3",
"title": "Jeditable",
"author": {
"name": "Mika Tuupola",
"email": "[email protected]",
"url": "http://www.appelsiini.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.3"
},
"description": "Edit in place (inline edit) plugin with possibility to create your own input types.",
"keywords": [
"inline",
"edit",
"ui",
"form"
],
"homepage": "http://www.appelsiini.net/projects/jeditable",
"bugs": "https://github.com/tuupola/jquery_jeditable/issues",
"docs": "http://www.appelsiini.net/projects/jeditable",
"demo": "http://www.appelsiini.net/projects/jeditable/default.html",
"files": [
"jquery.jeditable.js"
]
}