From 39a1f348db5dd9d1ceff51628bcd605040814f19 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 18 Nov 2013 18:53:08 +0100 Subject: [PATCH] Add bower.json --- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ff5f3fb --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "collapsible", + "version": "1.2.1", + "homepage": "https://github.com/juven14/Collapsible", + "description": "This plugin enables site owners to control multiple collapsible panels by auto opening any defaults specified, and keeping those opened/closed by users as they left them while browsing your site.", + "main": "jquery.collapsible.js", + "keywords": [ + "collapse", + "panel", + "collapsible" + ], + "authors": [ + "John Snyder " + ], + "license": "MIT" +}