You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "webhint",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@hint/formatter-codeframe": "^3.1.35",
|
|
"@hint/hint-doctype": "^3.3.26",
|
|
"@hint/hint-no-broken-links": "^4.2.26",
|
|
"hint": "^7.1.10"
|
|
}
|
|
}
|