Bones/package.json
2017-04-19 10:17:13 +03:00

26 lines
649 B
JSON

{
"name": "skeleton",
"version": "2.0.4",
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"main": "css/skeleton.css",
"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": "http://getskeleton.com/"
}