bulma/bower.json

20 lines
422 B
JSON
Raw Normal View History

2016-01-24 00:12:17 +00:00
{
"name": "bulma",
2022-05-08 13:49:05 +00:00
"version": "0.9.4",
2017-10-16 12:23:57 +00:00
"homepage": "https://bulma.io",
2020-04-11 12:14:21 +00:00
"authors": ["jgthms <bbxdesign@gmail.com>"],
2016-01-24 00:12:17 +00:00
"description": "Modern CSS framework based on Flexbox",
"main": "bulma.sass",
2020-04-11 12:14:21 +00:00
"keywords": ["css", "sass", "flexbox", "responsive", "framework"],
2016-01-24 00:12:17 +00:00
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"images"
2016-01-24 00:12:17 +00:00
]
}