forked from zillemarco/StarUML_LinkedDiagramNavigator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 662 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "staruml.linked-diagram-navigator",
"title": "Linked Diagram Navigator",
"description": "If it's present, navigates to the diagram connected to an element",
"homepage": "https://github.com/zillemarco/StarUML_LinkedDiagramNavigator",
"issues": "https://github.com/zillemarco/StarUML_LinkedDiagramNavigator/issues",
"version": "2.0.0",
"keywords": ["linked", "diagrams", "linked diagrams", "navigator"],
"author": {
"name": "Marco Zille",
"email": "marco.zille@live.com",
"url": "https://github.com/zillemarco"
},
"license": "GNU GPL",
"engines": {
"staruml": ">=3.0.0"
}
}