{
    "name":             "icap/html-diff",
    "type":             "library",
    "description":      "A PHP5 library that diffs (compares) HTML files.",
    "keywords":         ["html diff", "daisy diff"],
    "licence":          "GNU v2.0",
    "authors":          [
        {
            "name":     "ICAP development team",
            "homepage": "https://github.com/iCAPLyon1"
        },

        {
            "name":     "Panagiotis Tsavdaris",
            "email":    "ptsavdar@gmail.com"
        }           
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "php": ">=5.3.0",
        "pimple/pimple": "1.0.*",
        "silex/silex": "1.0.*"
    },
    "autoload": {
        "psr-0": { "Icap\\HtmlDiff\\": "src/" }
    }
}