forked from jgraph/drawio-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 799 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": "9.3.1",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
"start": "electron ./drawio/src/main/webapp",
"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/drawio",
"dependencies": {
"commander": "^2.19.0",
"electron-log": "^2.2.17"
},
"devDependencies": {
"electron": "^4.0.0",
"electron-builder": "^20.38.0",
"sumchecker": "^2.0.2"
}
}