forked from ckatzorke/avrodoc-plus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 Bytes
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
{
"name": "@leosilvadev/avrodoc-plus",
"description": "Documentation tool for Avro schemas. Forked from https://github.com/ckatzorke/avrodoc.",
"version": "0.5.1",
"author": "Leonardo Silva https://github.com/leosilvadev",
"bin": "./bin/avrodoc-plus",
"scripts": {
"start": "node src/cli",
"server": "node app",
"test": "jest src/"
},
"dependencies": {
"debug": "^4.0.1",
"dustjs-helpers": "1.1.0",
"dustjs-linkedin": "1.1.1",
"express": "3.0.0rc5",
"glob": "3.1.14",
"jest": "^23.6.0",
"less": "1.3.0",
"less-middleware": "0.1.7",
"optimist": "0.3.5",
"uglify-js": "1.3.3",
"underscore": "1.4.2"
},
"devDependencies": {
"wd": "0.0.32"
},
"engines": {
"node": ">=10.10.x"
},
"license": "Apache-2.0"
}