{ "name": "Skeleton", "version": "2.0.0", "description": "Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development", "keywords": [ "css", "framework", "minimal", "normalize", "mobile", "responsive" ], "author": "Dave Gamache", "license": "MIT", "bugs": { "url": "https://github.com/dhg/Skeleton/issues" }, "homepage": "https://github.com/dhg/Skeleton", "repository": "dhg/Skeleton", "main": "index.js", "style": "css/skeleton.css", "files": [ "css/skeleton.css", "index.js", "LICENSE.md" ], "browserify": { "transform": ["brfs"] }, "dependencies": { "brfs": "^1.2.0" } }