From 0c42e7a18c37ac38dad1a246542e220edab4fde6 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Mon, 18 Jan 2016 16:15:24 +0100 Subject: [PATCH 1/2] 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" + ] +} From 60eacc4269caf37468f35dcc9e42ead8ff346ed1 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Mon, 18 Jan 2016 18:10:38 +0100 Subject: [PATCH 2/2] add license file --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 3fccc58..6d2e484 100644 --- a/bower.json +++ b/bower.json @@ -6,6 +6,7 @@ ], "description": "A simple JQuery console emulator", "main": "jquery.console.js", + "license": "LICENSE", "ignore": [ "demo.html" ]