{
  "name": "angular-confirmable",
  "description": "An intuitive way to re-confirm user intentions using a single widget, and provide inline feedback without confirm dialogs or flash messages.",
  "authors": [
    "Robert Pocklington",
    "rpocklin@gmail.com"
  ],
  "homepage": "https://github.com/rpocklin/angular-confirmable",
  "repository": "git://github.com/rpocklin/angular-confirmable.git",
  "version": "1.0.0",
  "license": "MIT",
  "main": "src/angular-confirmable.js",
  "keywords": [
    "angular, confirm, confirmable, popup, warning, form, bootstrap"
  ],
  "ignore": [
    "**/.*",
    "*.yml",
    "src/*.spec.js",
    ".jshintrc",
    "node_modules",
    "bower_components",
    "example",
    "Gruntfile.js",
    "package.json",
    "component.json",
    "bower.json",
    "karma.conf.js"
  ],
  "dependencies": {
    "angular": "^1.2.26"
  },
  "devDependencies": {
    "angular-bootstrap": "^0.11.2",
    "angular-ui-router": "^0.2.11",
    "angular-mocks": "^1.2.26",
    "sinon": "1.9.0",
    "jasmine-sinon": "0.3.1",
    "underscore": "~1.7.0",
    "jquery": "~2.1.1",
    "bootstrap": "~3.2.0"
  }
}
