{
    "name": "fire015/flintstone",
    "type": "library",
    "description": "A key/value database store using flat files for PHP",
    "keywords": ["flintstone", "database", "cache", "files", "memory"],
    "homepage": "http://www.xeweb.net/flintstone/",
    "license": "MIT",
    "authors": [
        {
            "name": "Jason M",
            "email": "emailfire@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.6"
    },
    "autoload": {
        "psr-4": {
            "Flintstone\\": "src/"
        }
    },
    "require-dev" : {
        "phpunit/phpunit": "^5.0"
    }
}