{
    "name":             "DataSyncTech/wp-redactor",
    "description":      "A Wordpress plugin to enable content redaction.",
    "keywords":         ["wordpress", "plugin", "redact"],
    "homepage":         "http://datasynctech.com",
    "time":             "2016-01-01",
    "license":          "GPL2",
    "authors": [
        {
            "name":         "Joseph King",
            "email":        "joking777@gmail.com",
            "role":         "Developer"
        }
    ],
    "require": {
    	"php": ">=5.3.3"
    },
    "require-dev": {
    	"vlucas/phpdotenv": "2.*",
        "phpunit/phpunit": "4.8.*",
    	"phpunit/php-timer": "~1.0",
    	"fzaninotto/faker": "1.*"
    }
}