From 5c95707f9ebf3d4962e9057b09cc43c10f11c3f4 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Sun, 12 Apr 2015 12:17:28 -0700 Subject: [PATCH] Create bower.json --- bower.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4e85de5 --- /dev/null +++ b/bower.json @@ -0,0 +1,6 @@ +{ + "name": "jquery-fullscreen-plugin", + "homepage": "https://github.com/kayahr/jquery-fullscreen-plugin", + "main": "jquery.fullscreen.js", + "version": "1.1.4" +}