diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..b9e7025c --- /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" + ] +}