forked from seflless/diagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "diagrams",
"version": "0.9.6",
"description": "Generate Flowcharts, Network Sequence, Dot, and Railroad Diagrams",
"main": "src/diagrams.js",
"bin": {
"diagrams": "./bin/diagrams.js"
},
"scripts": {
"test": "mocha tests/index.js",
"postinstall": "postinstall.sh"
},
"dependencies": {
"chokidar": "^1.6.1",
"commander": "2.8.1",
"electron": "^3.0.5",
"flowchart.js": "^1.12.1",
"glob": "^7.1.2",
"railroad-diagrams": "1.0.0",
"viz.js": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/francoislaberge/diagrams"
},
"bugs": {
"url": "https://github.com/francoislaberge/diagrams/issues"
},
"author": "Francois Laberge <[email protected]>",
"license": "MIT",
"keywords": [
"flowchart",
"sequence",
"diagrams",
"dot",
"graphviz",
"railroad",
"diagrams",
"visualization",
"system",
"design"
],
"devDependencies": {
"fs-extra": "^4.0.1",
"mocha": "^5.2.0"
}
}