From: jgthms Date: Sun, 24 Jan 2016 00:12:17 +0000 (+0000) Subject: Add bower config X-Git-Tag: 0.0.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5248ffc6acc19d0a48e35012c302161f81b5d3b6;p=thirdparty%2Fbulma.git Add bower config --- diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..b9e7025c3 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "bulma", + "version": "0.0.1", + "homepage": "http://bulma.io", + "authors": [ + "jgthms " + ], + "description": "Modern CSS framework based on Flexbox", + "main": "bulma.sass", + "keywords": [ + "css", + "sass", + "flexbox", + "responsive", + "framework" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}