{
  "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.",
  "homepage": "https://github.com/rpocklin/angular-confirmable",
  "repository": {
    "type": "git",
    "url": "http://github.com/rpocklin/angular-confirmable"
  },
  "keywords": [
    "angular, confirm, confirmable, popup, warning, form, bootstrap"
  ],
  "author": "Robert Pocklington <rpocklin@gmail.com>",
  "version": "1.0.0",
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-autoprefixer": "~0.7.3",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-connect": "~0.8.0",
    "grunt-contrib-jshint": "~0.7.1",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-jsbeautifier": "~0.2.7",
    "grunt-karma": "~0.6.2",
    "grunt-karma-coveralls": "~2.3.0",
    "karma": "~0.10.9",
    "karma-coverage": "~0.2.4",
    "karma-jasmine": "~0.1.5",
    "karma-ng-html2js-preprocessor": "~0.1.0",
    "karma-phantomjs-launcher": "~0.1.4",
    "phantomjs": "~1.9.7-15",
    "grunt-sass": "^0.16.1",
    "jshint-stylish": "~0.1.3",
    "load-grunt-tasks": "~0.6.0",
    "time-grunt": "~0.2.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "grunt karma"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/npm/npm.git"
  }
}
