From b01585e20d414cd50a44d5f825665f5619eff700 Mon Sep 17 00:00:00 2001 From: Joe Czucha Date: Tue, 12 Apr 2016 13:34:49 +0100 Subject: [PATCH] Creating bower.json --- bower.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..763366d --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "add-to-calendar-buttons", + "homepage": "https://github.com/carlsednaoui/add-to-calendar-buttons", + "authors": [ + "Carl Sednaoui " + ], + "description": "Easily add a \"add to calendar\" button to your websites. This JavaScript library supports Google Calendar, iCal, Outlook and Yahoo Calendar.", + "main": "ouical.min.js", + "moduleType": [], + "keywords": [ + "calendar", + "outlook", + "ical", + "google", + "yahoo" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}