forked from NorthwoodsSoftware/GoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.56 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
{
"name": "gojs",
"version": "2.1.51",
"description": "Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams",
"keywords": [ "diagram", "chart", "tree", "flowchart", "orgchart", "uml", "bpmn", "graph", "editor", "drawing", "canvas", "svg", "hierarchy", "family-tree", "decision-tree", "mindmap", "treeview", "genogram", "ivr-tree", "parse-tree", "concept-map", "visualization", "entity-relationship", "er-diagram", "radial", "sankey", "pert", "gantt", "timeline", "swimlane", "workflow", "flow", "process", "state", "sequential-function", "grafcet", "sequence", "circuit", "dataflow", "data-flow", "planogram", "floorplan", "seating", "pipes", "layout", "tree-layout", "force-directed", "layered", "hierarchical", "circular", "fishbone", "ishikawa", "treemap", "tree-map", "subgraph", "network", "library", "javascript", "js", "typescript", "html", "html5" ],
"homepage": "https://gojs.net",
"bugs": {
"url": "https://forum.nwoods.com/c/gojs",
"email": "[email protected]"
},
"license": "SEE LICENSE IN license.html",
"author": "Northwoods Software",
"files": [
"package.json",
"index.html",
"README.md",
"api",
"assets",
"changelog.html",
"download.html",
"license.html",
"extensions",
"extensionsJSM",
"extensionsTS",
"intro",
"learn",
"projects",
"release",
"samples",
"samplesTS"
],
"main": "release/go.js",
"typings": "release/go.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/NorthwoodsSoftware/GoJS"
}
}