diff --git a/package.json b/package.json index afb998b..ad1762c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "@sapphirecode/graphviz-builder", "main": "dist/lib/index.js", - "version": "1.3.1", - "author": "Timo Hocker ", + "version": "1.3.0", + "author": { + "name": "Timo Hocker", + "email": "timo@scode.ovh" + }, + "bugs": "https://redmine.scode.ovh/projects/graphviz-builder", "description": "constructing graphviz files using an easy typescript interface", "repository": { "type": "git", - "url": "git@git.scode.ovh:timo/graphviz-builder" + "url": "https://git.scode.ovh:timo/graphviz-builder.git" }, "license": "MIT", "devDependencies": { @@ -28,5 +32,9 @@ ], "dependencies": { "@sapphirecode/encoding-helper": "^1.0.38" - } -} \ No newline at end of file + }, + "keywords": [ + "graphviz", + "generator" + ] +}