mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"name": "bulma",
|
|
"version": "0.0.4",
|
|
"homepage": "http://bulma.io",
|
|
"author": "jgthms <bbxdesign@gmail.com>",
|
|
"description": "Bulma is a modern CSS framework based on Flexbox",
|
|
"main": "bulma.sass",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jgthms/bulma.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"css",
|
|
"sass",
|
|
"flexbox",
|
|
"responsive",
|
|
"framework"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/jgthms/bulma/issues"
|
|
}
|
|
}
|