gitfolio/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "gitfolio",
"version": "0.1.5",
"description": "a portfolio website for everyone to showcase their work",
"main": "build.js",
"bin": "bin/gitfolio.js",
2019-12-08 14:58:48 +00:00
"scripts":
{
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
"clean": "rm -rf ./dist/*",
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-12-08 14:58:48 +00:00
"author":
{
"name": "@imfunniee 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",
"gitfolio",
"git"
],
2019-12-08 14:58:48 +00:00
"repository":
{
"type": "git",
"url": "https://github.com/imfunniee/gitfolio"
},
"license": "GPL-3.0",
2019-12-08 14:58:48 +00:00
"dependencies":
{
2019-12-07 17:45:42 +00:00
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"commander": "4.0.1",
"ejs": "3.0.1",
2019-12-07 17:45:42 +00:00
"express": "^4.17.1",
"github-emoji": "^1.1.1",
"got": "10.0.2",
2019-12-07 17:45:42 +00:00
"handlebars": "^4.5.3",
"jsdom": "^15.2.1",
"ncp": "^2.0.0"
},
2019-12-08 14:58:48 +00:00
"devDependencies":
{}
}