1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

updated package

This commit is contained in:
imfunny 2019-05-23 10:47:40 +05:30 committed by GitHub
parent 438f80ee08
commit 81e8302b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +1,42 @@
{ {
"name": "gitfolio", "name": "gitfolio",
"version": "0.1.2", "version": "0.1.2",
"description": "portfolio website for showcasing your work", "description": "portfolio website for showcasing your work",
"main": "build.js", "main": "build.js",
"bin": "bin/gitfolio.js", "bin": "bin/gitfolio.js",
"scripts": { "scripts": {
"cli": "OUT_DIR='./dist' node bin/gitfolio.js", "cli": "OUT_DIR='./dist' node bin/gitfolio.js",
"clean": "rm -rf ./dist/*", "clean": "rm -rf ./dist/*",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "imfunny", "author": {
"license": "ISC", "name": "imfunny and community",
"dependencies": { "email": "imfunny@wybemf.com",
"bluebird": "^3.5.4", "url": "https://imfunniee.github.io"
"commander": "^2.20.0", },
"github-emoji": "^1.1.0", "bugs": "https://github.com/imfunniee/gitfolio/issues",
"got": "^9.6.0", "homepage": "https://github.com/imfunniee/gitfolio",
"handlebars": "^4.1.2", "keywords": [
"jsdom": "^15.1.0" "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"
}
}