{
    "name": "authentication",
    "keyname" : "authentication",
    "version": "1.0.0",
    "status" : "ready",
    "icon" : "Authentication.png",
    "description" : "Secure your website",
    "developer" : "Maliq Delyn",
    "email" : "molabige@emitech.com.my",
    "website" : "websolution@emitech.com.my",
    "dependencies": {
    },
    "scripts": {
        "dev" : "npm run development",
            "development": "mix",
            "watch": "mix watch",
            "watch-poll": "mix watch -- --watch-options-poll=1000",
            "hot": "mix watch --hot",
            "prod": "npm run production",
            "production": "mix --production"
    }
}
