adding package.json so that I can npm install
This commit is contained in:
parent
84acb36f5c
commit
f55be69dc8
27
package.json
Normal file
27
package.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Skeleton",
|
||||
"version": "2.0.0",
|
||||
"description": "Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development",
|
||||
"main": "css/skeleton.css",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dhg/Skeleton.git"
|
||||
},
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user