UNPKG

nu-html-checker

Version:

A CLI interface for the Nu HTML Checker (https://validator.nu/)

35 lines (34 loc) 776 B
{ "name": "nu-html-checker", "version": "0.1.0", "description": "A CLI interface for the Nu HTML Checker (https://validator.nu/)", "author": "Dominic Barnes <dominic@dbarnes.info>", "keywords": [ "html", "validator", "cli", "nu" ], "repository": "dominicbarnes/nu-html-checker-cli", "main": "lib/index.js", "bin": "bin/cli", "dependencies": { "batch": "^0.5.2", "chalk": "^0.5.1", "clone": "^1.0.0", "commander": "^2.6.0", "is-url": "^1.2.0", "superagent": "^0.21.0", "text-table": "^0.2.0" }, "devDependencies": { "eslint": "^0.14.1", "mocha": "^2.1.0" }, "scripts": { "clean": "rm -f npm-debug.log", "distclean": "rm -rf node_modules", "lint": "eslint .", "test": "mocha" } }