{
  "name": "angular-custom-elements",
  "description": "Angular 1.x directive to hold all yr Custom Element bindings together 😁",
  "private": true,
  "main": "ce-bind.module.js",
  "authors": [
    "Rob Dodson <robdodson@google.com>"
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/robdodson/angular-custom-elements",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "angular": "^1.5.8",
    "polymer": "Polymer/polymer#^1.6.1"
  }
}
