-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "speechmill",
"version": "1.0.0",
"description": "speechmill",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimmetrius/speechmill.git"
},
"keywords": [
"speech"
],
"author": "dimmetrius",
"license": "ISC",
"dependencies": {
"azure-arm-mediaservices": "^4.0.0",
"azure-storage": "^2.8.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "^4.17.1",
"hbs": "~4.0.1",
"into-stream": "^3.1.0",
"microsoft-cognitiveservices-speech-sdk": "^1.8.0",
"morgan": "~1.9.0",
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5",
"multer": "^1.3.0",
"node-audiorecorder": "^1.4.1",
"node-record-lpcm16": "^1.0.1",
"serve-favicon": "~2.4.5"
},
"bugs": {
"url": "https://github.com/dimmetrius/speechmill/issues"
},
"homepage": "https://github.com/dimmetrius/speechmill#readme"
}