{
  "name": "angular-bind-notifier",
  "version": "1.1.10",
  "homepage": "https://github.com/aeisenberg/angular-bind-notifier",
  "authors": [
    "Kasper Lewau <lewauu@gmail.com> (https://github.com/kasperlewau)",
    "Andrew Eisenberg <andrew.eisenberg@gmail.com> (https://github.com/aeisenberg)"
  ],
  "description": "on demand refreshing of angular bindings",
  "main": "dist/angular-bind-notifier.js",
  "keywords": [
    "angular",
    "angular-binding",
    "angular-refresh",
    "angular-bind-once",
    "angular-bind-refresh",
    "angular-dynamic-bind"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test"
  ],
  "dependencies": {
    "angular": ">= 1.3.15 <= 1.6"
  }
}
