{
  "name": "bootbox5",
  "version": "5.0.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/tiesont/bootbox.git"
  },
  "author": "Nick Payne <nick@kurai.co.uk>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "main": "src/bootbox.js",
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-karma": "^2.0.0",
    "karma": "^1.3.0",
    "karma-chai": "^0.1.0",
    "karma-coverage": "^1.1.1",
    "karma-junit-reporter": "^1.1.0",
    "karma-mocha": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.2",
    "mocha": "~1.12.0",
    "sinon": "~1.7.3",
    "sinon-chai": "^2.8.0"
  }
}
