Skip to content

Commit

Permalink
Added the package to npm and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminopu committed Jan 2, 2017
1 parent e836521 commit 28fd59a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Download `ng-blueimp-gallery.js` file from this repo and add it at the bottom of
<script src="js/ng-blueimp-gallery.js"></script>
```

using bower or npm

```
bower install --save ng-blueimp-gallery
npm install --save ng-blueimp-gallery
```


Add `ui.blueimp.gallery` module to your app's dependencies.

Expand Down
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "ng-blueimp-gallery",
"description": "Angular Directive for Jquery blueimp-gallery",
"main": "./ng-blueimp-gallery.js",
"authors": [
"Md. Al-Amin <alamin.opu10@gmail.com>"
],
"license": "GNU GPL V3",
"keywords": [
"angular",
"gallery",
"ng",
"gallery",
"blueimp",
"gallery"
],
"homepage": "https://github.com/alaminopu/ng-blueimp-gallery",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 28fd59a

Please sign in to comment.