forked from MatheusAze/plantuml-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 958 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
{
"name": "plantuml-toolkit",
"main": "./lib/plantuml-toolkit",
"version": "0.2.0",
"description": "A toolkit with multiple tools to handle PlantUML diagrams. Includes creating and displaying rendered uml diagrams and syntax highlighting.",
"keywords": [
"plantuml",
"syntax",
"highlighting",
"diagram",
"uml",
"preview"
],
"repository": "https://github.com/MatheusAze/plantuml-toolkit",
"bugs": {
"url": "https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+user%3AMatheusAze"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"fs-plus": "^2.0.0",
"js-beautify": "^1.5.10",
"node-plantuml": "^0.8.1"
},
"plantumlVersion": "1.2018.14",
"files": [
"vendor/plantuml.jar",
"scripts/download.js"
],
"scripts": {
"postinstall": "node scripts/get-plantuml-jar.js"
},
"readmeFilename": "README.md"
}