-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.14 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"author": {
"name": "Huang Rui"
},
"bugs": {
"url": "https://github.com/vowstar/gitbook-plugin-uml/issues"
},
"dependencies": {
"node-plantuml-back": "^1.1.4"
},
"description": "PlantUML plugin for GitBook and Honkit",
"devDependencies": {
"codecov": "^3.x",
"honkit-tester": "^2.x",
"is-svg": ">=4.0.0 <5.0.0",
"jshint": "^2.x",
"mocha": "^11.x",
"nyc": "^17.x"
},
"directories": {},
"engines": {
"gitbook": "*"
},
"homepage": "https://github.com/vowstar/gitbook-plugin-uml",
"keywords": [
"diagrams",
"uml",
"plugin",
"gitbook",
"honkit"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "Huang Rui"
}
],
"name": "gitbook-plugin-uml",
"repository": {
"type": "git",
"url": "https://github.com/vowstar/gitbook-plugin-uml.git"
},
"scripts": {
"lint": "jshint index.js test/**.js",
"pretest": "npm run lint",
"test": "nyc --reporter=lcov mocha --reporter spec --timeout 400000",
"coverage": "nyc report --reporter=text-lcov | codecov"
},
"version": "2.0.0"
}