gonna try to add bower stuff

This commit is contained in:
dhg 2014-12-29 09:33:17 -08:00
parent 412758bc64
commit 3b84c54db3

27
bower.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "skeleton",
"version": "2.0.2",
"homepage": "http://getskeleton.com/",
"repository": {
"type": "git",
"url": "https://github.com/dhg/Skeleton"
},
"authors": [
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
],
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"main": [
"css/skeleton.css",
"index.html",
],
"dependencies": {
"normalize.css": "3.x.x"
},
"keywords": [
"css",
"skeleton",
"responsive",
"boilerplate"
],
"license": "MIT"
}