Skip to content

Commit

Permalink
add npm install support
Browse files Browse the repository at this point in the history
  • Loading branch information
sandywalker committed Nov 13, 2015
1 parent 22d1233 commit f012a96
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jquery1.7+
* support backdrop


##NPM
```bash
npm install webui-popover
```

##Bower
```bash
bower install webui-popover
```

##CDN
WebUI Popover Support CDN from version 1.2.1, avaliable on [JSDELIVR](http://www.jsdelivr.com/?query=webui-popover)

Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webui-popover",
"title": "jQuery WebUI Popover plugin",
"description": "A enhancement popover plugin for Bootstrap ,but you can use it stand-alone without Bootstrap!",
"author": "Sandy Walker",
"author": "Sandy Duan <[email protected]>",
"homepage": "https://github.com/sandywalker/webui-popover",
"version": "1.2.2",
"license":"MIT",
Expand All @@ -18,6 +18,16 @@
"grunt-contrib-uglify": "~0.2.0",
"grunt-jsbeautifier": "^0.2.10"
},
"repository": {
"type": "git",
"url": "https://github.com/sandywalker/webui-popover"
},
"keywords": [
"popover",
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT",
"scripts": {
"test": "grunt travis --verbose"
}
Expand Down

0 comments on commit f012a96

Please sign in to comment.