{
    "name": "barbosa/hackpack",
    "description": "Invoking objects in function style",
    "type": "library",
    "version": "0.1",
    "license": "MIT",
    "keywords": ["hack", "dependencies", "services", "function style"],
    "authors": [
        {
            "name": "Omar A. Barbosa",
            "email": " [email protected]",
            "homepage": "http://omarbarbosa.com/"
        }
    ],
    "require": {
        "php": ">=5.4"
    },
    "require-dev": {
        "phpunit/phpunit": "5.*" 
    },
    "autoload": {
        "psr-4": {
            "Barbosa\\HackPack\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Barbosa\\HackPack\\": "tests"
        }
    }
}
 
  |