package.json is added for npm

This commit is contained in:
Mahmut Duva 2017-04-19 10:17:13 +03:00
parent 88f03612b0
commit 8e7f98abf1

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "skeleton",
"version": "2.0.4",
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"main": "css/skeleton.css",
"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": "http://getskeleton.com/"
}