vsts-coverage-styles
Version:
This package helps to convert the external css files in an HTML to an internal style i.e., injected using style tag in the document head.
36 lines (35 loc) • 887 B
JSON
{
"name": "vsts-coverage-styles",
"version": "1.0.9",
"description": "This package helps to convert the external css files in an HTML to an internal style i.e., injected using style tag in the document head.",
"main": "index.js",
"scripts": {
"test": "run.js"
},
"author": "David Gnanasekaran",
"license": "MIT",
"dependencies": {
"app-root-path": "^2.2.1",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^4.2.1",
"glob": "^7.1.3"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/davidsekar/vsts-coverage-styles.git"
},
"keywords": [
"vsts",
"coverage",
"styles",
"html"
],
"bugs": {
"url": "https://github.com/davidsekar/vsts-coverage-styles/issues"
},
"homepage": "https://github.com/davidsekar/vsts-coverage-styles#readme"
}