forked from imyelo/docsify-plantuml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 814 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
{
"name": "docsify-plantuml",
"version": "1.2.2",
"description": "plantuml plugin of docsify",
"main": "src",
"scripts": {
"build": "webpack . dist/docsify-plantuml.js && webpack . -p dist/docsify-plantuml.min.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/imyelo/docsify-plantuml.git"
},
"keywords": [
"docsify",
"plantuml"
],
"files": [
"src",
"dist",
"README.md"
],
"author": "yelo",
"license": "MIT",
"bugs": {
"url": "https://github.com/imyelo/docsify-plantuml/issues"
},
"homepage": "https://github.com/imyelo/docsify-plantuml#readme",
"dependencies": {
"plantuml-encoder": "^1.2.5"
},
"devDependencies": {
"raw-loader": "^0.5.1",
"webpack": "^3.5.4"
}
}