Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tubssp/bootbox
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed May 11, 2015
2 parents cb76634 + e00ca09 commit 61b6570
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "components/bootbox",
"type": "component",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework",
"keywords": [],
"license": "",
"authors": [
{
"name": "Payne Digital Ltd",
"email": "nick@kurai.co.uk"
}
],
"require": {
},
"extra": {
"component": {
"name": "bootbox",
"files": [
"bootbox.js"
]
}
},
"minimum-stability": "dev"
}

0 comments on commit 61b6570

Please sign in to comment.