{
    "name": "djchen/pocket-api-php",
    "type": "library",
    "description": "A PHP wrapper for interfacing with Pocket's API (getpocket.com)",
    "keywords": ["pocket","api"],
    "homepage": "https://github.com/djchen/pocket-api-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Dan Chen",
            "email": "dan@djc.me"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": {
            "Pocket": "src"
        }
    },
	"minimum-stability": "stable"
}
