From 59b26c0306e90b930866745f346c71c734b55e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Tue, 12 Sep 2017 14:14:27 +0200 Subject: [PATCH] Bower init --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f5335bc --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "Ewok", + "homepage": "https://github.com/cmachu/ewok", + "authors": [ + "Paweł " + ], + "description": "Ewok is a tiny, cute SCSS style sheet with classes and mixins. Like as every other, this Ewok will help you fade out, fade in, blink or glimpse!", + "main": "ewok.min.css", + "keywords": [ + "sass", + "scss", + "css", + "animations", + "animation", + "ewok", + "star", + "wars" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}