-
Notifications
You must be signed in to change notification settings - Fork 231
/
webui-popover.jquery.json
31 lines (31 loc) · 1.02 KB
/
webui-popover.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
{
"name": "webui-popover",
"title": "webui popover plugin ",
"description": "A lightWeight popover plugin with jquery ,enchance the popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!",
"keywords": [
"popover",
"tooltip",
"webui",
"pop"
],
"version":"1.2.18",
"author": {
"name": "Sandy Duan",
"email": "sanddywalker@gmail.com",
"url": "http://sandywalker.github.io"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/sandywalker/webui-popover/issues",
"homepage": "https://github.com/sandywalker/webui-popover",
"docs": "https://github.com/sandywalker/webui-popover",
"demo":"http://sandywalker.github.io/webui-popover/demo",
"download": "https://github.com/sandywalker/webui-popover/releases",
"dependencies": {
"jquery": ">=1.6.0"
}
}