{
    "name": "Email",
    "keyname" : "email",
    "version": "1.0.0",
    "status" : "ready",
    "icon" : "Email.png",
    "description" : "Allow application to send email",
    "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"
    }
}
