{
  "name":"ethnam/getopt",
  "description": "Getopt for Ethnam",
  "type": "library",
  "license": "BSD-4-Clause",
  "keywords": [ "framework", "ethnam" ],
  "homepage": "https://github.com/DQNEO/ethnam-getopt",
  "authors": [
        { "name": "DQNEO", "role" : "Administrator"}
    ],
  "require": {
    "php" : ">=5.4.0"
  },
  "require-dev" : {
    "phpunit/phpunit": "3.7.*"
  },
  "autoload": {
    "psr-4": { "Ethnam\\Getopt\\": "src/" }
  }
}
