adding a test version of bower.json, though I'm sure it's wrong for now
This commit is contained in:
parent
446e77c13f
commit
6ce993fddf
28
bower.json
Normal file
28
bower.json
Normal 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"
|
||||
],
|
||||
}
|
Loading…
Reference in New Issue
Block a user