Add bower config
This commit is contained in:
parent
5384d1531f
commit
5248ffc6ac
1 changed files with 25 additions and 0 deletions
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"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue