close #24 by creating a bower.json
This commit is contained in:
parent
eba6e23c70
commit
7e6e914575
1 changed files with 27 additions and 0 deletions
27
bower.json
Normal file
27
bower.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "min",
|
||||
"version": "1.5.0",
|
||||
"authors": [
|
||||
"Owen Versteeg <me@owenversteeg.com>",
|
||||
"Scott O'Hara"
|
||||
],
|
||||
"description": "The world's smallest CSS framework - only 995 bytes.",
|
||||
"main": "entireframework.min.css",
|
||||
"ignore": [
|
||||
".gitignore",
|
||||
"CNAME",
|
||||
"**/*.md",
|
||||
"**/*.html",
|
||||
"**/*.sh",
|
||||
"**/*.js",
|
||||
"**/*.ico",
|
||||
"**/*.php"
|
||||
],
|
||||
"keywords": [
|
||||
"min",
|
||||
"mincss",
|
||||
"minimal"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "http://minfwk.com"
|
||||
}
|
Loading…
Add table
Reference in a new issue