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

Commit 441f944

Browse files
committed
add bower configs
1 parent 2313af6 commit 441f944

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "observe-js",
3+
"version": "0.0.20131107",
4+
"homepage": "https://github.com/Polymer/observe-js",
5+
"authors": [
6+
"The Polymer Authors"
7+
],
8+
"description": "A library for observing Arrays, Objects and PathValues",
9+
"main": "src/observe.js",
10+
"keywords": [
11+
"Object.observe"
12+
],
13+
"license": "BSD",
14+
"private": true,
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)