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

Commit 22bac8b

Browse files
committed
add bower configs
1 parent bd0a059 commit 22bac8b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bower.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "NodeBind",
3+
"version": "0.0.20131107",
4+
"homepage": "https://github.com/Polymer/NodeBind",
5+
"authors": [
6+
"The Polymer Authors"
7+
],
8+
"license": "BSD",
9+
"private": true,
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
]
17+
}

0 commit comments

Comments
 (0)