26 lines
593 B
JSON
26 lines
593 B
JSON
|
{
|
||
|
"name": "skeleton",
|
||
|
"version": "2.0.4",
|
||
|
"description": "http://getskeleton.com/",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/dhg/Skeleton.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"skeleton",
|
||
|
"responsive",
|
||
|
"boilerplate"
|
||
|
],
|
||
|
"author": "Dave Gamache <hello@davegamache.com> (http://davegamache.com/)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/dhg/Skeleton/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/dhg/Skeleton#readme"
|
||
|
}
|