Update package.json

This commit is contained in:
Ethanell 2020-04-26 23:11:15 +02:00
parent dc09f990bb
commit a7dd52b134

View file

@ -13,10 +13,20 @@
"password-hash": "^1.2.2", "password-hash": "^1.2.2",
"pug": "^2.0.4" "pug": "^2.0.4"
}, },
"repository": { "scripts": {
"type": "git", "start": "node app.js"
"url": "https://github.com/flifloo/image_node.git"
}, },
"repository": {
"type": "git",
"url": "https://github.com/flifloo/image_node.git"
},
"bugs": {
"url": "https://github.com/flifloo/image_node/issues"
},
"homepage": "https://github.com/flifloo/image_node",
"license": "MIT", "license": "MIT",
"author": "flifloo" "author": {
"name": "flifloo",
"email": "flifloo@gmail.com"
}
} }