{
    "name": "Repair Docket",
    "keyname" : "Docket",
    "version": "1.0.0",
    "status" : "ready",
    "icon" : "Docket.png",
    "description" : "services and repairs",
    "developer" : "Maliq Delyn",
    "email" : "molabige@emitech.com.my",
    "website" : "bigeweb.com",
    "segments" : ["docket"],
    "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"
    }
}
