UNPKG

declassify

Version:

Remove any classes or IDs not found in CSS from HTML - modifies HTML, not CSS.

34 lines (33 loc) 766 B
{ "name": "declassify", "version": "2.1.0", "description": "Remove any classes or IDs not found in CSS from HTML - modifies HTML, not CSS.", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/jrit/declassify.git" }, "keywords": [ "HTML", "CSS", "clean", "process" ], "author": "Vokal", "license": "MIT", "bugs": { "url": "https://github.com/jrit/declassify/issues" }, "homepage": "https://github.com/jrit/declassify#readme", "dependencies": { "cheerio": "^0.22.0", "cssom": "^0.3.2" }, "devDependencies": { "mocha": "^2.3.4" } }