diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6d2e484 --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "jquery-console", + "homepage": "https://github.com/chrisdone/jquery-console", + "authors": [ + "Chris Done " + ], + "description": "A simple JQuery console emulator", + "main": "jquery.console.js", + "license": "LICENSE", + "ignore": [ + "demo.html" + ] +}