{
  "name": "well-groomed-feast",
  "version": "17.1.2",
  "description": "Voicemail Application for FreeSwitch with CouchDB back-end",
  "main": "index.js",
  "scripts": {
    "build": "npm install --only=dev && rm package-lock.json && coffee -c middleware/*.coffee.md src/*.coffee.md",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build && coffee -c test/*.coffee.md",
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shimaore/well-groomed-feast.git"
  },
  "keywords": [
    "FreeSwitch",
    "CouchDB",
    "voicemail"
  ],
  "author": "Stéphane Alnet <stephane@shimaore.net> (http://stephane.shimaore.net/)",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/shimaore/well-groomed-feast/issues"
  },
  "homepage": "https://github.com/shimaore/well-groomed-feast",
  "dependencies": {
    "coffeescript-helpers": "^2.2.0",
    "five-toes": "^1.2.0",
    "foamy-organization": "^1.1.0",
    "lru-cache": "^5.1.1",
    "moment-timezone": "^0.5.23",
    "most-couchdb": "^3.2.0",
    "mustache": "^3.0.1",
    "nimble-direction": "^9.1.0",
    "tangible": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coffeescript": "^2.4.1",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1"
  }
}
