UNPKG

mocha-htmllint

Version:
37 lines (36 loc) 824 B
{ "name": "mocha-htmllint", "version": "1.4.2", "description": "run htmllint as mocha tests", "main": "index.js", "scripts": { "postversion": "git push && git push --tags", "preversion": "npm test", "test": "mocha" }, "keywords": [ "mocha", "mochaplugin", "htmllint" ], "author": "Jonatan Pedersen", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jonatanpedersen/mocha-htmllint.git" }, "bugs": { "url": "https://github.com/jonatanpedersen/mocha-htmllint/issues" }, "homepage": "https://github.com/jonatanpedersen/mocha-htmllint#readme", "dependencies": { "chalk": "^1.1.3", "glob-all": "^3.1.0", "htmllint": "0.5.0", "mocha": "^3.2.0", "text-table": "^0.2.0" }, "engines": { "node": ">=4" } }