forked from psirenny/node-google-speech-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 Bytes
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
{
"author": "Dennis Torres <djtorres0@gmail.com>",
"dependencies": {
"async": "^0.9.0",
"fluent-ffmpeg": "^2.0.0-rc3",
"lodash": "^3.7.0",
"superagent": "git://github.com/visionmedia/superagent.git#308a3d5a37c5e34ba736a9d2d63a5a3763b4ba0c",
"temp": "^0.8.1"
},
"description": "Google Speech API wrapper for node",
"devDependencies": {
"natural": "^0.1.28",
"tape": "^4.0.0"
},
"engines": {
"node": ">=0.10.x"
},
"gitHead": "a5094705349adf734ca3c9f8a2accfb4db2fbd04",
"keywords": [
"node",
"google",
"speech",
"api"
],
"license": "MIT",
"main": "index.js",
"name": "google-speech-api",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/psirenny/node-google-speech-api.git"
},
"scripts": {
"test": "node test"
},
"version": "1.2.0"
}