{
  "ponfile": "Ponfile.dev.js",
  "tasks": {
    "build": "Build project",
    "c": "Shortcut for `clean` task",
    "clean": "Clean all",
    "clean:cache": "Cleanup cache files",
    "clean:public": "Cleanup public files",
    "clean:shim": "Cleanup shim files",
    "d": "Shortcut for `debug` task",
    "debug": "Start debugging",
    "debug:server": "Run server for debug",
    "debug:watch": "Watch files for debug",
    "deploy": "Deploy project on development",
    "doc:pondoc": "Generate pondoc file",
    "ds": "Shortcut for `debug:server` task",
    "f": "Shortcut for `format` task",
    "format": "Format source codes",
    "format:client": "Format client files",
    "format:conf": "Format conf files",
    "format:json": "Format json files",
    "format:server": "Format server files",
    "icon:gen": "Generate icons",
    "o": "Shortcut for `open` task",
    "open": "Open project",
    "open:app": "Open app in browser",
    "open:repo": "Open homepage field in package.json",
    "or": "Shortcut for `open` task",
    "prepare": "Prepare project",
    "start": "Start server",
    "stop": "Stop server",
    "t": "Shortcut for `test` task",
    "test": "Run all tess",
    "test:client": "Run client tests",
    "test:server": "Run server tests",
    "test:support": "Check compatibility",
    "u": "Shortcut for `upgrade` task",
    "upgrade": "Upgrade package",
    "w": "Shortcut for `watch` task",
    "watch": "Run watches"
  }
}