mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
28 lines
470 B
JSON
28 lines
470 B
JSON
{
|
|
"name": "bulma",
|
|
"version": "1.0.0",
|
|
"homepage": "https://bulma.io",
|
|
"authors": ["jgthms <bbxdesign@gmail.com>"],
|
|
"description": "Modern CSS framework based on Flexbox",
|
|
"main": "bulma.scss",
|
|
"keywords": [
|
|
"css",
|
|
"sass",
|
|
"scss",
|
|
"flexbox",
|
|
"grid",
|
|
"responsive",
|
|
"framework"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"bower_components",
|
|
"docs",
|
|
"images",
|
|
"node_modules",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|