mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add bower config
This commit is contained in:
25
bower.json
Normal file
25
bower.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"name": "bulma",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"homepage": "http://bulma.io",
|
||||||
|
"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",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user