mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
updated package
This commit is contained in:
parent
438f80ee08
commit
81e8302b22
1 changed files with 42 additions and 22 deletions
24
package.json
24
package.json
|
@ -9,8 +9,28 @@
|
||||||
"clean": "rm -rf ./dist/*",
|
"clean": "rm -rf ./dist/*",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "imfunny",
|
"author": {
|
||||||
"license": "ISC",
|
"name": "imfunny 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",
|
||||||
|
"blog website",
|
||||||
|
"blog",
|
||||||
|
"gitfolio",
|
||||||
|
"git"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/imfunniee/gitfolio"
|
||||||
|
},
|
||||||
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": "^3.5.4",
|
"bluebird": "^3.5.4",
|
||||||
"commander": "^2.20.0",
|
"commander": "^2.20.0",
|
||||||
|
|
Loading…
Reference in a new issue