]> git.ipfire.org Git - thirdparty/bulma.git/blame - bower.json
fix "at the following" typo
[thirdparty/bulma.git] / bower.json
CommitLineData
5248ffc6 1{
2 "name": "bulma",
3e00a8e6 3 "version": "0.9.4",
80bd5415 4 "homepage": "https://bulma.io",
24c09831 5 "authors": ["jgthms <bbxdesign@gmail.com>"],
5248ffc6 6 "description": "Modern CSS framework based on Flexbox",
7 "main": "bulma.sass",
24c09831 8 "keywords": ["css", "sass", "flexbox", "responsive", "framework"],
5248ffc6 9 "license": "MIT",
10 "ignore": [
11 "**/.*",
12 "node_modules",
13 "bower_components",
14 "test",
9094eff3
JT
15 "tests",
16 "docs",
17 "images"
5248ffc6 18 ]
19}