{
  "name": "routr-ctl",
  "version": "1.0.20",
  "description": "Command-Line Interface for Routr",
  "scripts": {
    "build": "gradle build && npm i && mkdir -p libs/webapp && rm -rf libs/webapp/* && cp -a node_modules/routr-ui/build/* libs/webapp",
    "test": "echo no-op"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fonoster/routr-ctl.git"
  },
  "keywords": [
    "cli",
    "rctl",
    "routr",
    "sip",
    "webrtc",
    "voip",
    "server",
    "softphone",
    "asterisk",
    "freeswitch",
    "instant-messaging",
    "ims"
  ],
  "author": "Pedro Sanders",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fonoster/routr-ctl/issues"
  },
  "homepage": "https://routr.io",
  "main": "rctl.js",
  "bin": {
    "rctl": "rctl.js"
  },
  "dependencies": {
    "command-exists": "^1.2.9",
    "routr-ui": "^1.0.8"
  },
  "preferGlobal": true,
  "engines": {
    "node": ">= 6.0.0"
  }
}
