Add package.json
This commit is contained in:
parent
f091647f7c
commit
800a0300e1
29
package.json
Normal file
29
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user