1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
gitfolio/package.json

21 lines
489 B
JSON
Raw Normal View History

2019-05-09 16:19:54 +00:00
{
"name": "gitfolio",
2019-05-20 09:45:12 +00:00
"version": "0.1.2",
2019-05-09 16:19:54 +00:00
"description": "portfolio website for showcasing your work",
"main": "build.js",
"scripts": {
"clean": "rm -f dist/index.*",
2019-05-09 16:19:54 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "imfunny",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.4",
2019-05-09 16:19:54 +00:00
"commander": "^2.20.0",
"github-emoji": "^1.1.0",
"got": "^9.6.0",
"handlebars": "^4.1.2",
"jsdom": "^15.1.0"
2019-05-09 16:19:54 +00:00
}
}