| {
    "name": "maheshwaghmare/wp-meta-fields",
    "type": "library",
    "version": "1.0.10",
    "description": "Register Custom Fields for any WordPress theme or plugin. Build for developer.",
    "keywords": ["wordpress", "post-meta"],
    "homepage": "https://github.com/maheshwaghmare/wp-meta-fields",
    "license": "MIT",
    "authors": [
        {
            "name": "Mahesh M. Waghmare",
            "email": "[email protected] ",
            "homepage": "https://maheshwaghmare.wordpress.com/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "composer/installers": "~1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "5.7.16|6.*",
        "squizlabs/php_codesniffer": "3.*",
        "wp-coding-standards/wpcs": "^2.0"
    },
    "autoload": {
        "exclude-from-classmap": ["examples/"],
        "classmap": [
            "src/wp-meta-fields.php"
        ]
    }
}
 |