w3c-validator-cli
Version:
Crawls a given site and checks for W3C validity.
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "w3c-validator-cli",
"version": "3.3.0",
"description": "Crawls a given site and checks for W3C validity.",
"homepage": "https://github.com/lgraubner/node-w3c-validator-cli",
"author": {
"name": "Lars Graubner",
"email": "mail@larsgraubner.de",
"url": "http://larsgraubner.de"
},
"contributors": {
"name": "Guillaume Kulakowski"
},
"keywords": [
"w3c",
"validator",
"crawler",
"check",
"ecosystem:node"
],
"main": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/lgraubner/node-w3c-validator-cli.git"
},
"bugs": {
"url": "https://github.com/lgraubner/node-w3c-validator-cli/issues"
},
"dependencies": {
"simplecrawler": "^0.5.4",
"commander": "^2.9.0",
"chalk": "^1.1.1",
"lodash": "^3.10.1",
"cli-spinner": "^0.2.1",
"find-java-home": "^0.1.2",
"url-parse": "^1.0.5"
},
"preferGlobal": true,
"engines": {
"node": ">=0.12"
},
"bin": {
"w3c-validator": "cli.js"
},
"license": "MIT",
"scripts": {
"test": "eslint cli.js lib/** && NODE_ENV=development mocha test"
},
"devDependencies": {
"chai": "^3.4.1",
"del": "^2.1.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.0.0",
"mocha": "^2.3.4"
}
}