bulma/bower.json

28 lines
453 B
JSON
Raw Normal View History

2016-01-24 00:12:17 +00:00
{
"name": "bulma",
2017-07-13 18:44:35 +00:00
"version": "0.4.3",
2016-01-24 00:12:17 +00:00
"homepage": "http://bulma.io",
"authors": [
"jgthms <bbxdesign@gmail.com>"
],
"description": "Modern CSS framework based on Flexbox",
"main": "bulma.sass",
"keywords": [
"css",
"sass",
"flexbox",
"responsive",
"framework"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"images"
2016-01-24 00:12:17 +00:00
]
}