npm init / Add package.json
This commit is contained in:
parent
88f03612b0
commit
3d86b00296
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"name": "skeleton",
|
||||||
|
"version": "2.0.4",
|
||||||
|
"description": "http://getskeleton.com/",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/dhg/Skeleton.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"skeleton",
|
||||||
|
"responsive",
|
||||||
|
"boilerplate"
|
||||||
|
],
|
||||||
|
"author": "Dave Gamache <hello@davegamache.com> (http://davegamache.com/)",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/dhg/Skeleton/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/dhg/Skeleton#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user