Skip to content

Commit f012a96

Browse files
committed
add npm install support
1 parent 22d1233 commit f012a96

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2737
WebUI Popover Support CDN from version 1.2.1, avaliable on [JSDELIVR](http://www.jsdelivr.com/?query=webui-popover)
2838

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -18,6 +18,16 @@
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
}

0 commit comments

Comments
 (0)