This commit is contained in:
parent
dfe3224dec
commit
f057f2caa6
16
package.json
16
package.json
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/graphviz-builder",
|
"name": "@sapphirecode/graphviz-builder",
|
||||||
"main": "dist/lib/index.js",
|
"main": "dist/lib/index.js",
|
||||||
"version": "1.3.1",
|
"version": "1.3.0",
|
||||||
"author": "Timo Hocker <timo@scode.ovh>",
|
"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",
|
"description": "constructing graphviz files using an easy typescript interface",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@git.scode.ovh:timo/graphviz-builder"
|
"url": "https://git.scode.ovh:timo/graphviz-builder.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -28,5 +32,9 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sapphirecode/encoding-helper": "^1.0.38"
|
"@sapphirecode/encoding-helper": "^1.0.38"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"graphviz",
|
||||||
|
"generator"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user