@jspc/gitfolio
Version:
A portfolio website for everyone to showcase their work, forked from the original
53 lines (52 loc) • 1.29 kB
JSON
{
"name": "@jspc/gitfolio",
"version": "0.2.4",
"description": "A portfolio website for everyone to showcase their work, forked from the original",
"main": "build.js",
"bin": {
"gitfolio": "bin/gitfolio.js"
},
"scripts": {
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
"clean": "rm -rf ./dist/*",
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
"test": "jest"
},
"author": "@jspc, forked fron @imfunniee and community (https://jspc.github.io)",
"bugs": {
"url": "https://github.com/jspc/gitfolio/issues"
},
"homepage": "https://github.com/jspc/gitfolio",
"keywords": [
"personal-website",
"github",
"portfolio",
"portfolio website",
"blog website",
"blog",
"gitfolio",
"git"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jspc/gitfolio.git"
},
"license": "GPL-3.0",
"dependencies": {
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"commander": "^2.20.3",
"ejs": "^2.6.2",
"express": "^4.17.0",
"github-emoji": "^1.1.1",
"got": "^9.6.0",
"handlebars": "^4.7.7",
"jsdom": "^16.6.0",
"ncp": "^2.0.0",
"prettier": "^1.18.2"
},
"devDependencies": {
"eslint": "^7.28.0",
"jest": "^27.0.4"
}
}