{
    "name": "jquery-placeholder-text",
    "description": "Placeholder attribute polyfill for shitty browsers",
    "version": "1.0.3",
    "homepage": "https://github.com/kitajchuk/jquery-placeholderText",
    "readmeFilename": "README.md",
    "author": {
        "name": "Brandon Kitajchuk",
        "email": "kitajchuk@gmail.com",
        "url": "http://github.com/kitajchuk"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/kitajchuk/jquery-placeholderText.git"
    },
    "bugs": {
        "url": "https://github.com/kitajchuk/jquery-placeholderText/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/kitajchuk/jquery-placeholderText/blob/master/LICENSE-MIT"
        }
    ],
    "keywords": [
        "javascript",
        "placeholder",
        "polyfill",
        "jquery"
    ],
    "devDependencies": {
        "express": "~3.4"
    }
}