From e1f00dea08c7a5aecfdb38a77ad55de61d3b18a8 Mon Sep 17 00:00:00 2001 From: Wikiki Date: Thu, 30 Nov 2017 07:56:36 +0100 Subject: [PATCH] Add bower definition --- 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..cd1c693 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "bulma-switch", + "description": "Display classic checkbox as a switch button, in different colors, sizes, and states", + "main": "switch.sass", + "authors": [ + "Wikiki (https://wikiki.github.io/bulma-extensions/overview)" + ], + "license": "MIT", + "keywords": [ + "Bulma", + "bulma", + "bulma.io", + "extensions", + "switch", + "checkbox" + ], + "homepage": "https://github.com/Wikiki/bulma-switch", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}