{
    "name": "novutec/whoisparser"
  , "type": "library"
  , "description": "Lookup domain names, IP addresses and AS numbers by WHOIS."
  , "keywords": ["whoisparser", "whois", "php"]
  , "homepage": "https://github.com/3name/WhoisParser/"
  , "author": "Novutec Inc."
  , "license": "Apache-2.0"
  , "require": {
  		"novutec/domainparser": ">=2.0.3"
  	}
  , "autoload": {
        "psr-4": {
            "Novutec\\WhoisParser\\": ""
        }
  	}
}
