-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 873 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
{
"name": "docsify-mermaid",
"version": "2.0.1",
"description": "A plugin to render mermaid diagrams in docsify",
"browser": "src/index.js",
"scripts": {
"build": "parcel build src/index.js --out-file docsify-mermaid.js --no-minify",
"example": "npm run build && docsify serve example/ --open",
"test": "echo 'No test to run'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leward/mermaid-docsify.git"
},
"keywords": [
"docsify",
"mermaid",
"diagram"
],
"author": "Paul-Julien Vauthier",
"license": "ISC",
"bugs": {
"url": "https://github.com/Leward/mermaid-docsify/issues"
},
"files": [
"README.md",
"src/",
"dist/"
],
"homepage": "https://github.com/Leward/mermaid-docsify#readme",
"devDependencies": {
"docsify-cli": "^4.4.0",
"parcel-bundler": "^1.8.1"
}
}