-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
28 lines (28 loc) · 959 Bytes
/
plugin.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": "defaultBlur",
"label": "jQuery Placeholder plugin",
"license": ["mit", "gpl"],
"copyright" : "2010 Ralph Whitbeck",
"authors" : [
{
"name": "Ralph Whitbeck",
"email": "[email protected]",
"twitter": "RedWolves"
}
],
"tags" : ["forms", "placeholder"],
"clone" : "http://github.com/RedWolves/jquery.defaultBlur.git",
"repository": "http://github.com/RedWolves/jquery.defaultBlur",
"homeurl" : "http://github.com/RedWolves/jquery.defaultBlur",
"docs" : "http://github.com/RedWolves/jquery.defaultBlur",
"examples": [
{ "name": "Overview", "description": "Demonstration of plugin use cases.", "url": "http://jsbin.com/opita" }
],
"issues" : "http://github.com/RedWolves/jquery.defaultBlur/issues",
"dependencies" : {
"jquery/jquery": ["1.4.2"]
},
"versions": [
{ "version": "1.1" }
]
}