From d30ad820ca717da676b8a096687945febc3cb261 Mon Sep 17 00:00:00 2001 From: zero Date: Sat, 2 Jan 2016 20:03:05 +0200 Subject: [PATCH] add bower.json --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fb24fd6 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "spass", + "authors": [ + "zero " + ], + "description": "automated paddings and margins", + "main": "lib/spass.scss", + "moduleType": [], + "keywords": [ + "sass", + "scss", + "css", + "space", + "spacing", + "spass" + ], + "license": "MIT", + "homepage": "https://github.com/zeroxme/spass/", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} \ No newline at end of file