w3c-linkchecker-local
Version:
Run w3c link checker on local directory
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "w3c-linkchecker-local",
"version": "0.2.1",
"description": "Run w3c link checker on local directory",
"main": "src/index.js",
"bin": {
"w3c-linkchecker-local": "src/cli.js"
},
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackjia-ibm/w3c-linkchecker-local.git"
},
"keywords": [
"linkchecker",
"link checker",
"w3c",
"checklink",
"brokenlink",
"broken link"
],
"author": {
"name": "Jack T. Jia",
"email": "jack.tiefeng-jia@ibm.com"
},
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/jackjia-ibm/w3c-linkchecker-local/issues"
},
"homepage": "https://github.com/jackjia-ibm/w3c-linkchecker-local#readme",
"devDependencies": {
"chai": "^4.2.0",
"debug": "^4.1.0",
"eslint": "^5.7.0",
"mocha": "^5.2.0"
},
"dependencies": {
"chalk": "^2.4.1",
"express": "^4.16.4",
"get-port": "^4.0.0",
"yargs": "^12.0.2"
}
}