2019-11-17 02:27:32 +00:00
|
|
|
{
|
2020-01-11 16:48:56 +00:00
|
|
|
"name": "gitfolio",
|
|
|
|
"version": "0.1.5",
|
|
|
|
"description": "a portfolio website for everyone to showcase their work",
|
|
|
|
"main": "build.js",
|
|
|
|
"bin": "bin/gitfolio.js",
|
|
|
|
"scripts": {
|
2020-02-11 16:42:25 +00:00
|
|
|
"build": "OUT_DIR='./dist' node bin/gitfolio.js build k4ustu3h -f -t dark -s updated -c k4ustu3h -d k4ustu3h -D k4ustu3h -e k4ustu3h@gmail.com -F k4ustu3h -i k4ustu3h_ -k k4ustu3h -m k4ustu3h -r kaustubhladiya -E 16727002 -S k4ustu3h -T k4ustu3h -w k4ustu3h_ -x 9461231",
|
2020-01-11 16:48:56 +00:00
|
|
|
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
|
|
|
|
"clean": "rm -rf ./dist/*",
|
|
|
|
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
|
2020-01-23 16:26:05 +00:00
|
|
|
"snyk-protect": "snyk protect",
|
|
|
|
"prepare": "npm run snyk-protect",
|
|
|
|
"test": "snyk test"
|
2020-01-11 16:48:56 +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"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/imfunniee/gitfolio"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.5.4",
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"commander": "^2.20.0",
|
2020-01-19 17:17:20 +00:00
|
|
|
"ejs": "^3.0.1",
|
2020-01-11 16:48:56 +00:00
|
|
|
"express": "^4.17.0",
|
|
|
|
"github-emoji": "^1.1.1",
|
2020-01-11 16:51:36 +00:00
|
|
|
"got": "^10.2.2",
|
2020-02-06 17:23:38 +00:00
|
|
|
"handlebars": "^4.7.3",
|
2020-01-23 16:27:59 +00:00
|
|
|
"jsdom": "^16.0.1",
|
2020-01-23 16:26:05 +00:00
|
|
|
"ncp": "^2.0.0",
|
2020-02-11 11:35:42 +00:00
|
|
|
"snyk": "1.291.0"
|
2020-01-11 16:48:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-12 09:38:32 +00:00
|
|
|
"eslint": "^6.8.0",
|
2020-01-19 17:15:42 +00:00
|
|
|
"prettier": "1.19.1"
|
2020-01-23 16:26:05 +00:00
|
|
|
},
|
|
|
|
"snyk": true
|
2019-12-09 15:14:45 +00:00
|
|
|
}
|