mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"name": "bulma",
|
|
"version": "0.9.1",
|
|
"homepage": "https://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"
|
|
]
|
|
}
|