Update package.json
This commit is contained in:
parent
dc09f990bb
commit
a7dd52b134
1 changed files with 14 additions and 4 deletions
18
package.json
18
package.json
|
@ -13,10 +13,20 @@
|
|||
"password-hash": "^1.2.2",
|
||||
"pug": "^2.0.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/flifloo/image_node.git"
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"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",
|
||||
"author": "flifloo"
|
||||
"author": {
|
||||
"name": "flifloo",
|
||||
"email": "flifloo@gmail.com"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue