diff options
| author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-08-08 10:59:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-08 10:59:09 -0400 |
| commit | 9776f0dbb1189105e5b947beb107203f4404c40c (patch) | |
| tree | d6e3e0ecb1398174756183ce2d8a6662b33b29b0 /package.json | |
| parent | 44a0bc3546eca5fa18f3599448ebcebf709e3f90 (diff) | |
| parent | f3a1b96c5587249a1f6d45ecc9b462215da479e2 (diff) | |
Merge pull request #241 from browngraphicslab/speech-to-text
Speech to text overlay with registered commands on shift+space
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 0ff9306b3..7bbfb52ff 100644 --- a/package.json +++ b/package.json @@ -117,8 +117,8 @@ "bluebird": "^3.5.3", "body-parser": "^1.18.3", "bootstrap": "^4.3.1", - "child_process": "^1.0.2", "canvas": "^2.5.0", + "child_process": "^1.0.2", "class-transformer": "^0.2.0", "connect-flash": "^0.1.1", "connect-mongo": "^2.0.3", @@ -214,7 +214,8 @@ "typescript-collections": "^1.3.2", "url-loader": "^1.1.2", "uuid": "^3.3.2", + "words-to-numbers": "^1.5.1", "xoauth2": "^1.2.0", "youtube": "^0.1.0" } -} +}
\ No newline at end of file |
