close #24 by creating a bower.json

This commit is contained in:
Owen Versteeg 2014-06-26 00:58:32 -04:00
parent eba6e23c70
commit 7e6e914575

27
bower.json Normal file
View 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"
}