{
  "name": "speech-polyfill",
  "version": "0.0.5",
  "description": "This is a Polyfill for the HTML5 Speech Recognition API. It uses Microsoft's Cognitive Services as a backend. All Browsers supporting WebRTC will be supported by this Polyfill.",
  "main": "index.js",
  "types": "types/src/SpeechRecognition.d.ts",
  "repository": "https://github.com/anteloe/speech-polyfill.git",
  "author": "Estefan Antelo Doval <@anteloe>",
  "license": "MIT",
  "scripts": {
    "build": "tsc -w",
    "webpack": "webpack",
    "webpack:prod": "webpack -p --config webpack.config.prod.js"
  },
  "devDependencies": {
    "microsoft-speech-browser-sdk": "^0.0.5",
    "typescript": "^2.5.3",
    "uglifyjs-webpack-plugin": "^0.4.6",
    "webpack": "^3.5.5"
  }
}
