-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 995 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-protodoc",
"version": "1.2.0",
"description": "Docsify plugin that generates markdown documentation from protocol descriptor",
"main": "src",
"scripts": {
"build": "node ./build.js && webpack --mode development -o dist/docsify-protodoc.js && webpack --mode production -o dist/docsify-protodoc.min.js",
"a":". dist/docsify-protodoc.js && webpack . -p dist/docsify-protodoc.min.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bandorko/docsify-protodoc.git"
},
"keywords": [
"docsify",
"protodoc",
"plugin"
],
"files": [
"src",
"dist",
"README.md"
],
"author": "bandorko",
"license": "MIT",
"bugs": {
"url": "https://github.com/bandorko/docsify-protodoc/issues"
},
"homepage": "https://github.com/bandorko/docsify-protodoc#readme",
"devDependencies": {
"pegjs": "^0.10.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1"
}
}