From 81e8302b22f4a570ff3517a586aae997bfb8233e Mon Sep 17 00:00:00 2001 From: imfunny <36105478+imfunniee@users.noreply.github.com> Date: Thu, 23 May 2019 10:47:40 +0530 Subject: [PATCH] updated package --- package.json | 64 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 195e4d4..4013aa0 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,42 @@ -{ - "name": "gitfolio", - "version": "0.1.2", - "description": "portfolio website for showcasing your work", - "main": "build.js", - "bin": "bin/gitfolio.js", - "scripts": { - "cli": "OUT_DIR='./dist' node bin/gitfolio.js", - "clean": "rm -rf ./dist/*", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "imfunny", - "license": "ISC", - "dependencies": { - "bluebird": "^3.5.4", - "commander": "^2.20.0", - "github-emoji": "^1.1.0", - "got": "^9.6.0", - "handlebars": "^4.1.2", - "jsdom": "^15.1.0" - } -} +{ + "name": "gitfolio", + "version": "0.1.2", + "description": "portfolio website for showcasing your work", + "main": "build.js", + "bin": "bin/gitfolio.js", + "scripts": { + "cli": "OUT_DIR='./dist' node bin/gitfolio.js", + "clean": "rm -rf ./dist/*", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": { + "name": "imfunny and community", + "email": "imfunny@wybemf.com", + "url": "https://imfunniee.github.io" + }, + "bugs": "https://github.com/imfunniee/gitfolio/issues", + "homepage": "https://github.com/imfunniee/gitfolio", + "keywords": [ + "personal-website", + "github", + "portfolio", + "portfolio website", + "blog website", + "blog", + "gitfolio", + "git" + ], + "repository": { + "type": "git", + "url": "https://github.com/imfunniee/gitfolio" + }, + "license": "GPL-3.0", + "dependencies": { + "bluebird": "^3.5.4", + "commander": "^2.20.0", + "github-emoji": "^1.1.0", + "got": "^9.6.0", + "handlebars": "^4.1.2", + "jsdom": "^15.1.0" + } +}