-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 Bytes
/
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
{
"name": "speeech",
"version": "0.1.1",
"main": "src/index.js",
"dependencies": {
"@google-cloud/speech": "^0.10.1",
"lodash.defaultsdeep": "^4.6.0",
"nan": "^2.6.2",
"node-record-lpcm16": "^0.3.0",
"request": "^2.81.0",
"snowboy": "^1.2.0"
},
"devDependencies": {
"accuweather-simple": "^0.0.1",
"apiai": "^4.0.3",
"body-parser": "^1.17.2",
"express": "^4.15.4",
"jest": "^20.0.4",
"lodash.get": "^4.4.2",
"request-promise-native": "^1.0.4",
"say-promise": "^0.0.2",
"sound-player": "^1.0.6",
"stubby": "^4.0.0"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"stubby": "stubby -d test/stubs/stubby.yaml"
},
"repository": {
"type": "git",
"url": "https://github.com/joyarzun/speeech"
},
"author": "Jonnatan Oyarzun",
"license": "MIT",
"description": "Speech recognition with hotword offline detection for nodejs"
}