Skip to content

Commit

Permalink
Add option to install via bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Maurya committed Jul 3, 2015
1 parent 4f7d800 commit 2565265
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Download
- [jQuery.editable.js](https://raw.github.com/shokai/jQuery.editable/master/jquery.editable.js)
- [jQuery.editable.min.js](https://raw.github.com/shokai/jQuery.editable/master/jquery.editable.min.js)

Via bower:
```bash
bower install jQuery.editable
```

SYNOPSIS
--------

Expand Down
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "jQuery.editable",
"version": "1.1.1",
"homepage": "https://github.com/shokai/jQuery.editable",
"authors": [
"shokai"
],
"dependencies": {
"jquery": ">1.9.0"
},
"description": "Edit in place plugin for jQuery",
"main": "jquery.editable.js",
"keywords": [
"jquery",
"inline",
"editing"
],
"license": "MIT",
"ignore": [
"**/.*",
"test",
"tests"
]
}

0 comments on commit 2565265

Please # to comment.