2016-01-24 00:12:17 +00:00
|
|
|
{
|
|
|
|
|
"name": "bulma",
|
2017-10-10 11:40:50 +01:00
|
|
|
"version": "0.6.0",
|
2017-10-16 13:23:57 +01:00
|
|
|
"homepage": "https://bulma.io",
|
2016-01-24 00:12:17 +00:00
|
|
|
"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",
|
2016-09-11 12:00:49 +01:00
|
|
|
"tests",
|
|
|
|
|
"docs",
|
|
|
|
|
"images"
|
2016-01-24 00:12:17 +00:00
|
|
|
]
|
|
|
|
|
}
|