-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
43
{
"name": "google-speech-client-wrapper",
"version": "1.0.0",
"description": "Wrapper to call google speech api from the client side",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huogerac/google-speech-client-wrapper.git"
},
"keywords": [
"speech",
"api"
],
"author": "Roger Camargo",
"license": "ISC",
"bugs": {
"url": "https://github.com/huogerac/google-speech-client-wrapper/issues"
},
"homepage": "https://github.com/huogerac/google-speech-client-wrapper#readme",
"dependencies": {
"@google-cloud/speech": "^0.9.3",
"node-uuid": "^1.4.8",
"recordrtc": "^5.4.1",
"socket.io": "^1.0.6"
},
"devDependencies": {
"jshint": "^2.9.3",
"chai": "*",
"debug": "*",
"gulp": "^3.9.1",
"gulp-coverage": "*",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "*",
"gulp-util": "^3.0.7",
"mocha": "*",
"mock-require": "^1.2.1",
"mockery": "^1.4.0",
"sinon": "*"
}
}