diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d3d8795 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "bulma-timeline", + "description": "Display a vertical timeline, in different colors, sizes, and states", + "main": "timeline.sass", + "authors": [ + "Wikiki (https://wikiki.github.io/bulma-extensions/overview)" + ], + "license": "MIT", + "keywords": [ + "Bulma", + "bulma", + "bulma.io", + "extensions", + "timeline" + ], + "homepage": "https://github.com/Wikiki/bulma-timeline", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}