-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 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
{
"name": "draw.io",
"version": "6.8.0",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
"start": "cross-env NODE_ENV=development electron app",
"startmx": "cross-env NODE_ENV=development NODE_MXDEV=on electron app",
"sync": "node sync.js",
"appdeps": "electron-builder install-app-deps",
"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",
"devDependencies": {
"electron": "~1.7.5",
"electron-builder": "~19.22.1",
"cross-env": "~5.0.5"
}
}