From b7a111f8a77ec6ddd414721fe9b78d9408828441 Mon Sep 17 00:00:00 2001 From: Michael Mackus Date: Thu, 30 Mar 2017 09:32:42 -0700 Subject: [PATCH] Add package.json file --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4213dec --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "bootstrap-responsive-tabs", + "version": "1.0.0", + "description": "This uses standard Bootstrap 3.0.0 css and js for the tabs and collapse accordion items. They are regular tabs at some screen sizes and collapsible components based on the Bootstrap Responsive Utilities, which can be defined by editing one attribute in the javascript file.", + "repository": { + "type": "git", + "url": "https://github.com/openam/bootstrap-responsive-tabs" + }, + "keywords": [ + "bootstrap", + "responsive", + "tabs" + ], + "author": "https://github.com/openam", + "license": "MIT", + "bugs": { + "url": "https://github.com/openam/bootstrap-responsive-tabs/issues" + }, + "homepage": "https://github.com/openam/bootstrap-responsive-tabs" +}