mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add backers
This commit is contained in:
22
bower.json
22
bower.json
@@ -1,19 +1,27 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.9.4",
|
||||
"version": "1.0.0",
|
||||
"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"],
|
||||
"main": "bulma.scss",
|
||||
"keywords": [
|
||||
"css",
|
||||
"sass",
|
||||
"scss",
|
||||
"flexbox",
|
||||
"grid",
|
||||
"responsive",
|
||||
"framework"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests",
|
||||
"docs",
|
||||
"images"
|
||||
"images",
|
||||
"node_modules",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user