2016-01-24 00:12:17 +00:00
|
|
|
{
|
|
|
|
|
"name": "bulma",
|
2020-06-07 13:51:36 +01:00
|
|
|
"version": "0.9.0",
|
2017-10-16 13:23:57 +01:00
|
|
|
"homepage": "https://bulma.io",
|
2020-04-11 13:14:21 +01:00
|
|
|
"authors": ["jgthms <bbxdesign@gmail.com>"],
|
2016-01-24 00:12:17 +00:00
|
|
|
"description": "Modern CSS framework based on Flexbox",
|
|
|
|
|
"main": "bulma.sass",
|
2020-04-11 13:14:21 +01:00
|
|
|
"keywords": ["css", "sass", "flexbox", "responsive", "framework"],
|
2016-01-24 00:12:17 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
}
|