{
  "name": "ng-content-editable",
  "version": "1.1.0",
  "authors": [
    "Fabrício Ferrari de Campos <fabricio@vizir.com.br>",
    "Letov Nikita <mail@nikitian.ru>",
    "Oliver Georgi <slackero+github@gmail.com>"
  ],
  "description": "Use ngModel and validations with contenteditable HTML5 attribute",
  "main": "./dist/ng-content-editable.js",
  "keywords": [
    "angular",
    "AngularJS",
    "contenteditable",
    "content-editable"
  ],
  "license": "MIT",
  "ignore": [
    "node_modules",
    "bower_components"
  ],
  "dependencies": {
    "angular": "> 1.2.0 < 2.0"
  },
  "devDependencies": {}
}
