Skip to content

Commit

Permalink
Merge pull request #49 from dapicester/master
Browse files Browse the repository at this point in the history
Add bower.json
vjt authored May 18, 2017
2 parents ffb29b2 + 256637e commit fd34ae5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "data-confirm-modal",
"authors": [
"Marcello Barnaba <vjt@openssl.it>"
],
"homepage": "http://github.com/ifad/data-confirm-modal",
"description": "Use bootstrap modals with Rails' UJS data-confirm",
"main": "vendor/assets/javascripts/data-confirm-modal.js",
"license": "MIT",
"dependencies": {
"bootstrap": ">=3.0.0",
"jquery-ujs": ">=1.0.0"
},
"ignore": [
"*",
"!vendor/assets/javascripts"
]
}

0 comments on commit fd34ae5

Please sign in to comment.