-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 921 Bytes
/
package.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
34
{
"name": "jQuery hint",
"version": "1.0.0",
"title": "jQuery hint",
"author": {
"name": "Mike Fitzgerald",
"url": "http://www.xpressivecode.com"
},
"licenses": [
{
"type": "BSD",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
}
],
"dependencies": {
"jquery": ">1.6"
},
"description": "This plugin creates a hint overlay for each textbox that makes use of a title attribute, instead of changing it's value.",
"keywords": [
"hint",
"overlay"
],
"demo": "http://xpressivecode.com/open-source/jquery-hint-plugin.aspx",
"homepage": "http://xpressivecode.com/open-source/jquery-hint-plugin.aspx",
"maintainers": [
{
"name": "Mike Fitzgerald",
"url": "http://www.xpressivecode.com"
}
],
"files": [
"jquery.hint.js"
]
}