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",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue