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

Commit 6ac1029

Browse files
committed
add bower.json
1 parent 5487339 commit 6ac1029

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bower.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "jquery-console",
3+
"homepage": "https://github.com/chrisdone/jquery-console",
4+
"authors": [
5+
"Chris Done <[email protected]>"
6+
],
7+
"description": "A simple JQuery console emulator",
8+
"main": "jquery.console.js",
9+
"ignore": [
10+
"demo.html"
11+
]
12+
}

0 commit comments

Comments
 (0)