{
    "name": "peterujah/email-crawl",
    "type": "library",
    "description": "PHP Email Web Crawler. using curl and command line interface to extract emails from website.",
    "homepage": "https://github.com/peterujah/email-crawl",
    "keywords": [
        "library",
        "craw",
        "web crawler",
        "php email extractor",
        "email extractor",
        "emails",
        "extractor"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Ujah Chigozie",
            "email": " [email protected]"
        }
    ],
    "require": {
        "php": "^7.0 || ^8.0"
    },
     "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "archive": {
      "exclude": ["craw.php", "exec.php"]
    },
    "autoload": {
        "psr-4": { 
            "Peterujah\\NanoBlock\\": "src/" 
        }
    },
    "prefer-stable": true
}
 
  |