UNPKG

posthtml-w3c

Version:
39 lines (38 loc) 833 B
{ "name": "posthtml-w3c", "version": "0.9.1", "description": "W3C Validation for PostHTML", "engines": { "node": ">=4" }, "main": "index.js", "dependencies": { "log-symbols": "^3.0.0", "posthtml-render": "^1.2.0", "text-table": "^0.2.0", "w3cjs": "^0.4.0" }, "devDependencies": { "posthtml": "^0.12.0" }, "keywords": [ "HTML", "PostHTML", "PostHTML Plugin", "W3C", "W3C Validation" ], "author": { "name": "Michael Ciniawky", "email": "michael.ciniawsky@gmail.com" }, "repository": { "type": "git", "url": "https:/github.com/michael-ciniawsky/posthtml-w3c" }, "bugs": { "url": "https://github.com/michael-ciniawsky/posthtml-w3c/issues" }, "homepage": "https://github.com/michael-ciniawsky/posthtml-w3c#readme", "license": "MIT" }