Skip to content

Commit

Permalink
Initial import.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnikolov committed Apr 6, 2016
1 parent 8c8bc1e commit ff06fed
Show file tree
Hide file tree
Showing 4 changed files with 1,022 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# bootbox
Bootbox wrapper. Slim version optimized for deployment.
# Wrapper for bootbox - Bootstrap powered alert, confirm and flexible dialog boxes

Bootbox wrapper. Slim version optimized for deployment via _Composer_.

***

Please see http://bootboxjs.com for full usage instructions, or head over to http://paynedigital.com/bootbox for
the original writeup about the project.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "pnikolov/bootbox",
"type": "component",
"description": "Slim wrappers for Bootbox. Bootbox - JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
"keywords": ["bootbox", "modal", "alert", "confirm", "bootstrap components"],
"homepage": "http://bootboxjs.com",
"license": "MIT",
"authors": [
{
"name": "Nick Payne",
"email": "[email protected]"
"role": "Author"
},
{
"name": "Plamen Nikolov",
"email": "[email protected]"
"role": "Maintainer"
}
],
"require": {
"components/bootstrap": "3.x"
}
}
Loading

0 comments on commit ff06fed

Please sign in to comment.