Add package.json

This commit is contained in:
Michael Shick 2014-12-10 12:46:30 -05:00 committed by Kenan Yildirim
parent f091647f7c
commit 800a0300e1

29
package.json Normal file
View File

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