{
  "name": "node-red-contrib-ms-cognitive-services",
  "version": "1.0.8",
  "description": "Node Red module for making use of Microsoft Cognitive Services, including Text-To-Speech.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "node-red" : {
      "nodes": {
        "text-to-speech": "./nodes/text-to-speech.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdhom/node-red-contrib-ms-cognitive-services"
  },
  "keywords": [
    "node-red",
    "cognitive"
  ],
  "author": "Max Dhom",
  "license": "MIT",
  "dependencies": {
    "https-proxy-agent": "^3.0.0",
    "microsoft-cognitiveservices-speech-sdk": "^1.13.0",
    "md5": "2.1.*"
  }
}