forked from jgraph/drawio-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 785 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "draw.io",
"version": "7.9.5",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
"start": "electron ./draw.io/war",
"sync": "node ./sync.js",
"release": "build"
},
"repository": {
"type": "git",
"url": "[email protected]:jgraph/drawio-desktop.git"
},
"keywords": [
"draw.io",
"diagram",
"flowchart",
"UML"
],
"author": "JGraph <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jgraph/drawio-desktop/issues"
},
"homepage": "https://github.com/jgraph/draw.io",
"dependencies": {
"commander": "^2.12.2",
"electron-log": "^2.2.7"
},
"devDependencies": {
"electron": "^1.7.5",
"electron-builder": "^19.20.1",
"sumchecker": "^1.3.1"
}
}