gitfolio/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2019-05-23 05:17:40 +00:00
{
"name": "gitfolio",
"version": "0.1.5",
"description": "a portfolio website for everyone to showcase their work",
2019-05-23 05:17:40 +00:00
"main": "build.js",
"bin": "bin/gitfolio.js",
"scripts": {
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
"clean": "rm -rf ./dist/*",
2019-08-13 09:54:14 +00:00
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
2019-05-23 05:17:40 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
2019-08-13 09:54:14 +00:00
"name": "@imfunniee and community",
2019-05-23 05:17:40 +00:00
"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",
2019-08-12 04:10:00 +00:00
"body-parser": "^1.19.0",
2019-05-23 05:17:40 +00:00
"commander": "^2.20.0",
2019-08-12 04:10:00 +00:00
"ejs": "^2.6.2",
"express": "^4.17.0",
"github-emoji": "^1.1.1",
2019-05-23 05:17:40 +00:00
"got": "^9.6.0",
"handlebars": "^4.1.2",
"jsdom": "^15.1.0",
2019-08-13 09:54:14 +00:00
"ncp": "^2.0.0",
"prettier": "^1.18.2"
2019-05-23 05:17:40 +00:00
}
}