forked from saibotsivad/json-schema-to-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 658 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 658 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
{
"name": "json-schema-to-markdown",
"version": "1.0.3",
"description": "Turn a JSON Schema into a markdown file.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/saibotsivad/json-schema-to-markdown.git"
},
"keywords": [
"json-schema",
"markdown"
],
"author": "saibotsivad",
"license": "VOL",
"bugs": {
"url": "https://github.com/saibotsivad/json-schema-to-markdown/issues"
},
"homepage": "https://github.com/saibotsivad/json-schema-to-markdown",
"devDependencies": {
"is-my-json-valid": "^2.13.1",
"tape": "^4.0.0"
}
}