-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,022 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.