-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1003 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"devDependencies": {
"fp-rosetree": "^0.4.0",
"parcel-bundler": "^1.9.5"
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"babel": {
"presets": [
"env"
]
},
"h5bp-configs": {
"directories": {
"archive": "archive",
"dist": "dist",
"src": "src",
"test": "test"
}
},
"homepage": "https://github.com/brucou/state-transducer-visualizer/",
"license": "MIT",
"name": "state-transducer-visualizer",
"scripts": {
"parcel": "parcel src/index.html"
},
"version": "0.1.0",
"description": "Online tool to interactively visualize state machines",
"files": [
"CHANGELOG.md",
"LICENSE.txt",
"package.json",
"dist/",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/brucou/state-transducer-visualizer.git"
},
"dependencies": {
"cytoscape-dagre": "^2.2.1",
"cytoscape-klay": "^3.1.1",
"cytoscape-cola": "^2.2.3",
"cytoscape-euler": "^1.2.1"
}
}