mcdetect
Version:
Catch mixed content issues in the wild
31 lines (30 loc) • 655 B
JSON
{
"name": "mcdetect",
"version": "1.0.6",
"preferGlobal": true,
"bin": {
"mcdetect": "bin/mcdetect.js"
},
"files": [
"bin"
],
"engines": {
"node": ">=7.6.0"
},
"description": "Catch mixed content issues in the wild",
"author": "Agis Anastasopoulos <agis.anast@gmail.com> (http://agis.io)",
"repository": "agis/mcdetect",
"homepage": "https://github.com/agis/mcdetect",
"bugs": "https://github.com/agis/mcdetect/issues",
"keywords": [
"https",
"mixed-content",
"headless-chrome"
],
"license": "MIT",
"dependencies": {
"chalk": "^2.1.0",
"puppeteer": "^1.0.0",
"yargs": "^8.0.2"
}
}