File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ jquery1.7+
2323* support backdrop
2424
2525
26+ ##NPM
27+ ``` bash
28+ npm install webui-popover
29+ ```
30+
31+ ##Bower
32+ ``` bash
33+ bower install webui-popover
34+ ```
35+
2636##CDN
2737WebUI Popover Support CDN from version 1.2.1, avaliable on [ JSDELIVR] ( http://www.jsdelivr.com/?query=webui-popover )
2838
Original file line number Diff line number Diff line change 22 "name" : " webui-popover" ,
33 "title" : " jQuery WebUI Popover plugin" ,
44 "description" : " A enhancement popover plugin for Bootstrap ,but you can use it stand-alone without Bootstrap!" ,
5- "author" : " Sandy Walker " ,
5+ "author" : " Sandy Duan <sanddywalker@gmail.com> " ,
66 "homepage" : " https://github.com/sandywalker/webui-popover" ,
77 "version" : " 1.2.2" ,
88 "license" :" MIT" ,
1818 "grunt-contrib-uglify" : " ~0.2.0" ,
1919 "grunt-jsbeautifier" : " ^0.2.10"
2020 },
21+ "repository" : {
22+ "type" : " git" ,
23+ "url" : " https://github.com/sandywalker/webui-popover"
24+ },
25+ "keywords" : [
26+ " popover" ,
27+ " jquery-plugin" ,
28+ " ecosystem:jquery"
29+ ],
30+ "license" : " MIT" ,
2131 "scripts" : {
2232 "test" : " grunt travis --verbose"
2333 }
You can’t perform that action at this time.
0 commit comments