From 6ac10295bd0b1c43234dd7f5efbc40fe2091d80e Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Mon, 18 Jan 2016 16:15:24 +0100 Subject: [PATCH] add bower.json --- bower.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..3fccc58 --- /dev/null +++ b/bower.json @@ -0,0 +1,12 @@ +{ + "name": "jquery-console", + "homepage": "https://github.com/chrisdone/jquery-console", + "authors": [ + "Chris Done " + ], + "description": "A simple JQuery console emulator", + "main": "jquery.console.js", + "ignore": [ + "demo.html" + ] +}