-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 998 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
37
38
39
40
41
{
"name": "@jboxman/asciidoc-validate-yaml",
"version": "1.0.1",
"description": "Validate the YAML in your code listing blocks.",
"main": "lib/cli.js",
"scripts": {
"test": "tape test/**/*.test.js"
},
"bin": {
"asciidoc-validate-yaml": "./asciidoc-validate-yaml"
},
"keywords": [
"asciidoc",
"adoc",
"yaml",
"asciidoctor"
],
"author": "Jason Boxman <[email protected]> (http://linkedin.com/in/jboxman)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jboxman/asciidoc-validate-yaml.git"
},
"bugs": {
"url": "https://github.com/jboxman/asciidoc-validate-yaml/issues"
},
"homepage": "http://edseek.com/docs/projects/asciidoc-validate-yaml/",
"publishConfig": {
"access": "public"
},
"dependencies": {
"asciidoctor": "^2.2.5",
"commander": "^8.1.0",
"ent": "^2.2.0",
"js-yaml": "^4.1.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"riteway": "^6.3.1"
}
}