Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add bower configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 8, 2013
1 parent 999b234 commit f31cd72
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "../"
}
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "TemplateBinding",
"version": "0.0.20131107",
"homepage": "https://github.com/Polymer/TemplateBinding",
"authors": [
"The Polymer Authors"
],
"dependencies": {
"NodeBind": "Polymer/NodeBind#master",
"observe-js": "Polymer/observe-js#master"
},
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f31cd72

Please sign in to comment.