{ "name": "bootbox", "version": "4.4.0", "description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework", "directories": { "test": "tests" }, "scripts": { "test": "./node_modules/.bin/karma start" }, "repository": { "type": "git", "url": "git://github.com/makeusabrew/bootbox.git" }, "author": "Nick Payne ", "license": "MIT", "readmeFilename": "README.md", "main": "bootbox.js", "devDependencies": { "grunt-contrib-uglify": "~0.2.2", "grunt": "~0.4.1", "karma": "~0.10.1", "grunt-contrib-jshint": "~0.6.3", "karma-mocha": "0.1.3", "karma-phantomjs-launcher": "~0.1.0", "mocha": "~1.12.0", "karma-coffee-preprocessor": "~0.1.0", "karma-coverage": "~0.1.0", "karma-junit-reporter": "~0.1.0", "sinon": "~1.7.3", "sinon-chai": "~2.4.0", "karma-chai": "0.0.1", "grunt-karma": "~0.6.2" } }