{
    "name": "nanoblocktech/html-image-map",
    "type": "library",
    "description": "PHP class to create html image map.",
    "license": "MIT",
    "keywords": ["PHP", "luminova", "Image Map", "PHP image map"],
    "authors": [
        {
            "name": "Ujah Chigozie",
            "email": " [email protected]"
        },
       {
            "name": "Nanoblock Technology",
            "email": " [email protected]"
        }
    ],
    "support": {
        "issues": "https://github.com/nanoblocktech/html-image-map/issues",
        "source": "https://github.com/nanoblocktech/html-image-map"
    },
    
    "require": {
       "php": "^7.0 || ^8.0"
    },
     "extra": {
        "branch-alias": {
            "dev-master": "0.1-dev"
        }
    },
    "autoload": {
        "psr-4": { 
            "Luminova\\ExtraUtils\\": "src/" 
        }
  },
  "config": {
        "sort-packages": true
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
 
  |