Updated package.json to include git repository and homepage.

This commit is contained in:
Rodrigo Rodriguez 2018-05-12 16:14:59 -03:00
parent b122882aac
commit f899029963

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "0.0.20", "version": "0.0.21",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"contributors": [ "contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>" "Rodrigo Rodriguez <me@rodrigorodriguez.com>"
@ -11,7 +11,11 @@
"bin": { "bin": {
"gbot": "./dist/src/app.js" "gbot": "./dist/src/app.js"
}, },
"homepage": "http://pragmatismo.io", "homepage": "http://www.generalbot.com",
"repository" :
{ "type" : "git"
, "url" : "https://github.com/pragmatismo-io/BotServer"
},
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"start": "node ./dist/src/app.js", "start": "node ./dist/src/app.js",