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

Add files via upload

This commit is contained in:
imfunny 2019-05-08 21:12:29 +05:30 committed by GitHub
parent bfec56a73e
commit eca7cb75f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1737 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "gitfolio",
"version": "1.0.0",
"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",
"got": "^9.6.0",
"jsdom": "^15.0.0"
}
}