npm init / Add package.json

This commit is contained in:
Ivan Nieto sousa 2016-12-23 15:09:23 +01:00
parent 88f03612b0
commit 3d86b00296

25
package.json Normal file
View 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"
}