Skip to content

Instantly share code, notes, and snippets.

@robdodson
Created March 10, 2014 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robdodson/9466955 to your computer and use it in GitHub Desktop.
Save robdodson/9466955 to your computer and use it in GitHub Desktop.
Polymer bower.json
{
"name": "polymer-example",
"version": "0.0.0",
"authors": [
"Rob Dodson <robdodson@google.com>"
],
"description": "An example Polymer project",
"keywords": [
"polymer",
"web-components"
],
"license": "MIT",
"homepage": "http://polymer-project.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer-elements": "Polymer/polymer-elements#~0.2.1",
"polymer-ui-elements": "Polymer/polymer-ui-elements#~0.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment