{
    "name": "SystemManagement",
    "version": "1.0.0",
    "keyname" : "systemmanagement",
    "status" : "ready",
    "icon" : "Plugin.png",
    "description" : "manage 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"
    }
}
