-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 838 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 838 Bytes
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
{
"name": "js2uml",
"version": "0.2.4",
"description": "Convert Js files to UML class diagrams",
"bin": {
"js2uml": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imfly/js2uml.git"
},
"keywords": [
"uml",
"tools",
"diagram",
"graphviz",
"documentation",
"js2uml"
],
"author": "imfly",
"license": "MIT",
"bugs": {
"url": "https://github.com/imfly/js2uml/issues"
},
"homepage": "https://github.com/imfly/js2uml#readme",
"dependencies": {
"bash-color": "0.0.4",
"commander": "^6.1.0",
"data.task": "^3.1.2",
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
"moment": "^2.29.0",
"node-plantuml": "^0.9.0",
"ramda": "^0.27.1"
}
}