forked from validator/validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 681 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 681 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
33
34
{
"name": "vnu-jar",
"version": "20.6.30",
"description": "Provides the Nu Html Checker «vnu.jar» file",
"main": "vnu-jar.js",
"author": "Michael[tm] Smith <mike@w3.org>",
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/validator/validator.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/validator/validator/issues"
},
"homepage": "https://github.com/validator/validator#readme",
"keywords": [
"checker",
"html",
"lint",
"linter",
"jar",
"nu",
"validator",
"vnu",
"w3c"
],
"files": [
"build/dist/vnu.jar",
"vnu-jar.js"
]
}