27 lines
587 B
JSON
27 lines
587 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|