diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..4648092e --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "semantic-ui-css", + "description": "CSS Only distribution of Semantic UI", + "main": "./semantic.css", + "license": "MIT", + "homepage": "https://github.com/zzeong/Semantic-UI-CSS", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}