{
    "name": "jaxon-php/jaxon-codeigniter",
    "type": "library",
    "description": "Jaxon library integration for the CodeIgniter framework",
    "authors": [
        {"name": "Thierry Feuzeu"}
    ],
    "homepage": "https://github.com/jaxon-php/jaxon-codeigniter",
    "license": "BSD-3-Clause",
    "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "CodeIgniter"],
    "support": {
        "issues": "https://github.com/jaxon-php/jaxon-codeigniter/issues",
        "source": "https://github.com/jaxon-php/jaxon-codeigniter"
    },
    "require": {
        "jaxon-php/jaxon-core": "^3.1"
    },
    "autoload": {
        "psr-4": {
            "Jaxon\\CI\\": "src/"
        }
    }
}
 
  |