Bones/bower.json

27 lines
586 B
JSON
Raw Normal View History

2014-12-29 12:33:17 -05:00
{
"name": "skeleton",
"version": "2.0.3",
2014-12-29 12:33:17 -05:00
"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",
2014-12-29 12:48:28 -05:00
"index.html"
2014-12-29 12:33:17 -05:00
],
"dependencies": {
"normalize.css": "3.x.x"
},
"keywords": [
"css",
"skeleton",
"responsive",
"boilerplate"
],
"license": "MIT"
}