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 2313af6 commit 441f944
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "observe-js",
"version": "0.0.20131107",
"homepage": "https://github.com/Polymer/observe-js",
"authors": [
"The Polymer Authors"
],
"description": "A library for observing Arrays, Objects and PathValues",
"main": "src/observe.js",
"keywords": [
"Object.observe"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 441f944

Please sign in to comment.