This commit is contained in:
parent
dfe3224dec
commit
f057f2caa6
18
package.json
18
package.json
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "@sapphirecode/graphviz-builder",
|
||||
"main": "dist/lib/index.js",
|
||||
"version": "1.3.1",
|
||||
"author": "Timo Hocker <timo@scode.ovh>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"graphviz",
|
||||
"generator"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user