{
    "name": "jquery-base64-js",
    "version": "1.0.1",
    "description": "Makes Base64 en & -decoding simpler as it is",
    "main": "jquery.base64.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Hansel03/jquery-base64-js.git"
    },
    "keywords": [
        "jquery",
        "bae64",
        "base",
        "encode",
        "encoding",
        "decode",
        "decoding"
    ],
    "dependencies": {
        "jquery": ">=1.4"
    },
    "publishConfig": {
        "access": "public"
    },
    "author": "hanselcapillo",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Hansel03/jquery-base64-js/issues"
    },
    "homepage": "https://github.com/Hansel03/jquery-base64-js#readme",
    "ignore": [
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ],
    "bundleDependencies": false
}