adding a test version of bower.json, though I'm sure it's wrong for now

This commit is contained in:
dhg 2014-12-22 11:27:56 -08:00
parent 446e77c13f
commit 6ce993fddf

28
bower.json Normal file
View File

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