-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "docsify-plantuml",
"version": "1.3.2",
"description": "plantuml plugin of docsify",
"main": "src",
"scripts": {
"start": "run-p start:*",
"start:serve": "anywhere -p $(npx get-port)",
"start:compile": "webpack . dist/docsify-plantuml.js -w",
"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",
"example",
"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": {
"anywhere": "^1.5.0",
"get-port-cli": "^2.0.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^0.5.1",
"webpack": "^3.5.4"
}
}