{
  "name": "tough-rate",
  "version": "23.1.0",
  "description": "Event-socket-based, middleware-driven LCR engine for FreeSwitch",
  "main": "index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm install --only=dev && rm package-lock.json && coffee -c *.coffee.md middleware/*.coffee.md",
    "pretest": "npm install && npm run build && coffee -c test/*.coffee.md",
    "test": "mocha"
  },
  "author": "Stéphane Alnet <stephane@shimaore.net> (http://stephane.shimaore.net/)",
  "license": "Unlicense",
  "devDependencies": {
    "caring-band": "^1.4.3",
    "chai": "^4.2.0",
    "coffeescript": "^2.4.1",
    "debug": "^4.1.1",
    "esl": "^10.0.0",
    "huge-play": ">=40.2.0",
    "into-stream": "^5.1.0",
    "mocha": "^6.1.4",
    "useful-wind": "^7.9.0",
    "useful-wind-serialize": "^1.6.1"
  },
  "dependencies": {
    "acoustic-line": "^1.9.0",
    "coffeescript-helpers": "^2.2.0",
    "most-couchdb": "^3.2.0",
    "nimble-direction": "^9.0.1",
    "numbering-plans": "^2.5.3",
    "tangible": "^3.0.0"
  },
  "peerDependency": {
    "huge-play": ">=34.3.4",
    "useful-wind": "^7.7.0"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "FreeSwitch",
    "LCR",
    "least cost routing",
    "CouchDB"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/shimaore/tough-rate.git"
  },
  "bugs": {
    "url": "https://gitlab.com/shimaore/tough-rate/issues"
  },
  "homepage": "https://gitlab.com/shimaore/tough-rate#README"
}
