bootbox
Version:
Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework
29 lines (28 loc) • 612 B
JSON
{
"name": "bootbox",
"version": "3.2.0",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework",
"main": "bootbox.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "zuul tests/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/makeusabrew/bootbox.git"
},
"devDependencies": {
"zuul": "~0.0.5"
},
"keywords": [
"bootbox",
"bootstrap",
"alert",
"dialog"
],
"author": "Nick Payne <nick@kurai.co.uk>",
"license": "MIT",
"readmeFilename": "README.md"
}