591a7cadf5
Former-commit-id: 3cf35dfbcd
32 lines
No EOL
636 B
JSON
32 lines
No EOL
636 B
JSON
{
|
|
"name": "draw.io",
|
|
"version": "6.3.1",
|
|
"description": "draw.io desktop",
|
|
"main": "electron.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jgraph/draw.io.git"
|
|
},
|
|
"keywords": [
|
|
"draw.io",
|
|
"diagram",
|
|
"flowchart",
|
|
"UML"
|
|
],
|
|
"author": "JGraph",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jgraph/draw.io/issues"
|
|
},
|
|
"homepage": "https://github.com/jgraph/draw.io",
|
|
"dependencies": {
|
|
"electron-log": "^1.3.0",
|
|
"electron-updater": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^1.6.3"
|
|
}
|
|
} |