-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 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
{
"name": "respec-validator",
"version": "1.5.8",
"description": "Validates ReSpec documents in various ways.",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"w3c",
"respec",
"standards",
"validator"
],
"author": "Marcos Cáceres",
"license": "CC0-1.0",
"bin": {
"respec-validate": "cli.js",
"respec-validator": "cli.js"
},
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"link-checker": "^1.4.2",
"respec": "latest",
"serve": "^13.0.0",
"vnu-jar": "^21.4.9"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/marcoscaceres/respec-validator.git"
},
"bugs": {
"url": "https://github.com/marcoscaceres/respec-validator/issues"
},
"homepage": "https://github.com/marcoscaceres/respec-validator#readme"
}