forked from waqarkhan88/jquery-plugin-makeEditable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
makeEditable.jquery.json
29 lines (29 loc) · 954 Bytes
/
makeEditable.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
{
"name": "makeEditable",
"title": "jQuery makeEditable",
"description": "A jQuery plugin to transform text span to specified HTML input element on click to provide elegent display and editing.",
"keywords": [
"editable",
"input",
"editable",
"text"
],
"version": "1.1.0",
"author": {
"name": "Waqar Ali Khan",
"url": "https://github.com/waqarkhan88"
},
"licenses": [
{
"type": "GPLv2",
"url": "https://github.com/waqarkhan88/jquery-plugin-makeEditable/blob/master/LICENSE"
}
],
"bugs": "https://github.com/waqarkhan88/jquery-plugin-makeEditable/issues",
"homepage": "https://github.com/waqarkhan88/jquery-plugin-makeEditable",
"docs": "https://github.com/waqarkhan88/jquery-plugin-makeEditable/wiki",
"download": "http://code.jquery.com/#makeEditable",
"dependencies": {
"jquery": ">=1.9"
}
}