Set up a Bower package with "bower init"

This commit is contained in:
Nicolas McCurdy 2014-12-11 22:04:55 -05:00
parent d0008ad160
commit dba1ce0c75

17
bower.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "skeleton",
"version": "2.0.1",
"homepage": "http://getskeleton.com/",
"authors": [
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
],
"description": "Skeleton is a simple, responsive boilerplate to kickstart any responsive project.",
"main": "css/skeleton.css",
"keywords": [
"css",
"skeleton",
"responsive",
"boilerplate"
],
"license": "MIT"
}