findstyle
Version:
it will find the inline style tag and internal style in given html file or directory
32 lines (30 loc) • 634 B
JSON
{
"name": "findstyle",
"version": "1.6.5",
"description": "it will find the inline style tag and internal style in given html file or directory ",
"main": "bin/findstyle",
"preferGlobal": true,
"bin": {
"findstyle": "bin/findstyle.js"
},
"directories": {
"test": "test"
},
"dependencies": {
"cli-table": "^0.3.1",
"htmlparser2": "^3.9.0",
"walk": "^2.3.9"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "anand",
"license": "ISC",
"keywords": [
"style",
"html",
"attribute",
"search dom"
]
}