Bones/package.json

37 lines
767 B
JSON
Raw Normal View History

{
"name": "Skeleton",
2014-12-29 15:50:00 -05:00
"version": "2.0.4",
2014-12-29 15:54:21 -05:00
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"keywords": [
"css",
2014-12-29 15:54:21 -05:00
"skeleton",
"responsive",
"boilerplate"
],
"authors": [
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dhg/Skeleton/issues"
},
2014-12-29 15:54:21 -05:00
"homepage": "http://getskeleton.com/",
"repository": {
"type": "git",
"url": "https://github.com/dhg/Skeleton"
},
2014-12-10 12:46:30 -05:00
"main": "index.js",
"style": "css/skeleton.css",
"files": [
"css/skeleton.css",
"index.js",
"LICENSE.md"
],
"browserify": {
"transform": ["brfs"]
},
"dependencies": {
"brfs": "^1.2.0"
}
}