bulma/bower.json

28 lines
470 B
JSON
Raw Permalink Normal View History

2016-01-24 00:12:17 +00:00
{
"name": "bulma",
2024-07-25 14:58:39 +00:00
"version": "1.0.2",
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",
2024-03-21 17:19:44 +00:00
"main": "bulma.scss",
"keywords": [
"css",
"sass",
"scss",
"flexbox",
"grid",
"responsive",
"framework"
],
2016-01-24 00:12:17 +00:00
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"docs",
2024-03-21 17:19:44 +00:00
"images",
"node_modules",
"test",
"tests"
2016-01-24 00:12:17 +00:00
]
}