1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
gitfolio/package.json
imfunny e61d0846d6
made it even better
we got v0.1.1 bois
Changes made :
-added update command
-added emojis 👌🙌👀
-added company and hire thingy in user profile section
-fixed issues and bugs

let's add more features bois v0.1.2 soon
2019-05-12 19:14:03 +05:30

17 lines
397 B
JSON

{
"name": "gitfolio",
"version": "0.1.1",
"description": "portfolio website for showcasing your work",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "imfunny",
"license": "ISC",
"dependencies": {
"commander": "^2.20.0",
"github-emoji": "^1.1.0",
"got": "^9.6.0",
"jsdom": "^15.0.0"
}
}