{
    "name":         "bcncommerce/json-stream",
    "description":  "A bundle of tools to work with JSON in PHP",
    "keywords":     ["json", "parser", "streaming", "writer", "reader"],
    "type":         "library",
    "license":      "MIT",
    "authors": [
        {
            "name":  "Sergey Kolodyazhnyy",
            "email": "sergey.kolodyazhnyy@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3"
    },
    "require-dev": {
        "phpunit/phpunit": "~3.7.0",
        "bcncommerce/stream-wrapper": "dev-master"
    },
    "autoload": {
        "psr-0": { "Bcn\\Component\\Json\\": "" }
    },
    "target-dir": "Bcn/Component/Json"
}
