{
    "project": {
        "name": "resizely-client",
        "version": "0.1.1",
        "url": "https://github.com/UsabilityDynamics/resizely-client",
        "logo": "http://a3d72a45d111006ec192-ec5b80a12b0b09b4d52373336afb4254.r80.cf1.rackcdn.com/usability-dynamics.png",
        "description": "Client for Resize.ly services."
    },
    "files": {
        "src/jquery.resizely.js": {
            "name": "src/jquery.resizely.js",
            "modules": {},
            "classes": {},
            "fors": {},
            "namespaces": {}
        },
        "src/resizely-client.js": {
            "name": "src/resizely-client.js",
            "modules": {},
            "classes": {},
            "fors": {},
            "namespaces": {}
        }
    },
    "modules": {},
    "classes": {},
    "classitems": [
        {
            "file": "src/jquery.resizely.js",
            "line": 1,
            "description": "Resize.ly jQuery Plugin\njQuery plugin that makes your images Retina and responsive when coupled\nwith the dynamic image delivery service Resize.ly",
            "copyright": "2013 Resize.ly",
            "link": "https://github.com/UsabilityDynamics/resizely-jquery\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 30,
            "description": "Setup our settings variable",
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 43,
            "description": "Setup our methods",
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 48,
            "description": "Base64 Encoding Method",
            "license": "Public Domain\nBased on public domain code by Tyler Akins <http://rumkin.com/>\nOriginal code at http://rumkin.com/tools/compression/base64.php",
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 75,
            "description": "RC4 symmetric cipher encryption/decryption\nhttps://gist.github.com/2185197",
            "license": "Public Domain",
            "params": [
                {
                    "name": "key",
                    "description": "- secret key for encryption/decryption",
                    "type": "String"
                },
                {
                    "name": "str",
                    "description": "- string to be encrypted/decrypted",
                    "type": "String"
                }
            ],
            "return": {
                "description": "",
                "type": "String"
            },
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 107,
            "description": "This function takes the '_img' attribute for all images and uses it to call out to resize.ly to properly\nsize the other images",
            "params": [
                {
                    "name": "i",
                    "description": "Counter",
                    "type": "Int"
                },
                {
                    "name": "e",
                    "description": "Image element as discovered by jQuery",
                    "type": "Object"
                }
            ],
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 114,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 121,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 126,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 130,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 132,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 134,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 139,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 146,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 148,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 152,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 156,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 160,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 168,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 170,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 172,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 176,
            "description": "This function inits the plugin when called on a DOM element",
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 186,
            "description": "Our plugin definition",
            "params": [
                {
                    "name": "func",
                    "description": "An object for plugin initiation, or a string to call a specific function",
                    "type": "Object|string"
                }
            ],
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 191,
            "class": ""
        },
        {
            "file": "src/jquery.resizely.js",
            "line": 201,
            "description": "If we have a window.autoResize function, we should check that before running our search",
            "class": ""
        },
        {
            "file": "src/resizely-client.js",
            "line": 1,
            "description": "Node.js Client",
            "temporary": "",
            "type": "{*}",
            "class": ""
        }
    ],
    "warnings": [
        {
            "message": "unknown tag: copyright",
            "line": " src/jquery.resizely.js:1"
        },
        {
            "message": "unknown tag: link",
            "line": " src/jquery.resizely.js:1"
        },
        {
            "message": "unknown tag: license",
            "line": " src/jquery.resizely.js:48"
        },
        {
            "message": "unknown tag: license",
            "line": " src/jquery.resizely.js:75"
        },
        {
            "message": "unknown tag: temporary",
            "line": " src/resizely-client.js:1"
        },
        {
            "message": "Missing item type\nResize.ly jQuery Plugin\njQuery plugin that makes your images Retina and responsive when coupled\nwith the dynamic image delivery service Resize.ly",
            "line": " src/jquery.resizely.js:1"
        },
        {
            "message": "Missing item type\nSetup our settings variable",
            "line": " src/jquery.resizely.js:30"
        },
        {
            "message": "Missing item type\nSetup our methods",
            "line": " src/jquery.resizely.js:43"
        },
        {
            "message": "Missing item type\nBase64 Encoding Method",
            "line": " src/jquery.resizely.js:48"
        },
        {
            "message": "Missing item type\nRC4 symmetric cipher encryption/decryption\nhttps://gist.github.com/2185197",
            "line": " src/jquery.resizely.js:75"
        },
        {
            "message": "Missing item type\nThis function takes the '_img' attribute for all images and uses it to call out to resize.ly to properly\nsize the other images",
            "line": " src/jquery.resizely.js:107"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:114"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:121"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:126"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:130"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:132"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:134"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:139"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:146"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:148"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:152"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:156"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:160"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:168"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:170"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:172"
        },
        {
            "message": "Missing item type\nThis function inits the plugin when called on a DOM element",
            "line": " src/jquery.resizely.js:176"
        },
        {
            "message": "Missing item type\nOur plugin definition",
            "line": " src/jquery.resizely.js:186"
        },
        {
            "message": "Missing item type",
            "line": " src/jquery.resizely.js:191"
        },
        {
            "message": "Missing item type\nIf we have a window.autoResize function, we should check that before running our search",
            "line": " src/jquery.resizely.js:201"
        },
        {
            "message": "Missing item type\nNode.js Client",
            "line": " src/resizely-client.js:1"
        }
    ]
}