apowers313/open-element-template

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "open-element",
  "authors": [
    "Adam Powers <apowers@ato.ms>"
  ],
  "description": "A template for new open source Polymer elements",
  "main": "open-element.html",
  "keywords": [
    "web-components",
    "Polymer"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "polymer": "Polymer/polymer#^1.1.1"
  },
  "devDependencies": {
    "test-fixture": "PolymerElements/test-fixture#^1.0.0"
  }
}