{
    "name": "jquery-mutation-summary",
    "title": "jquery-mutation-summary",
    "description": "A jQuery wrapper/plugin for mutation-summary, the DOM mutation-observers wrapper.",
    "keywords": [
        "mutation-summary",
        "mutation-observers",
        "DOM",
        "observation",
        "changes"
    ],
    "version": "0.2.2",
    "author": {
        "name": "Joel Purra",
        "email": "code+jquery@joelpurra.com",
        "url": "http://joelpurra.com/"
    },
    "maintainers": [{
        "name": "Joel Purra",
        "email": "code+jquery@joelpurra.com",
        "url": "http://joelpurra.com/"
    }],
    "licenses": [{
        "type": "Multi-licensing",
        "url": "https://github.com/joelpurra/jquery-mutation-summary/blob/master/LICENSE"
    }, {
        "type": "BSD-2-Clause",
        "url": "https://github.com/joelpurra/jquery-mutation-summary/blob/master/LICENSE-BSD"
    }, {
        "type": "GPL-3.0",
        "url": "https://github.com/joelpurra/jquery-mutation-summary/blob/master/LICENSE-GPL"
    }, {
        "type": "MIT",
        "url": "https://github.com/joelpurra/jquery-mutation-summary/blob/master/LICENSE-MIT"
    }],
    "homepage": "http://joelpurra.github.com/jquery-mutation-summary",
    "docs": "http://joelpurra.github.com/jquery-mutation-summary",
    "bugs": "https://github.com/joelpurra/jquery-mutation-summary/issues",
    "demo": "http://joelpurra.github.com/jquery-mutation-summary/example/demo.html",
    "dependencies": {
        "jquery": ">=1.7.0"
    }
}