forked from somonus/react-speech-recognition-input
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
30 lines (30 loc) · 794 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
{
"name": "speech-to-text",
"version": "2.9.1",
"description": "A speech to text module.",
"main": "./lib/index.js",
"scripts": {
"build": "babel --delete-dir-on-start src -d lib",
"prepublishOnly": "npm run build"
},
"keywords": [
"speech",
"recognition",
"text"
],
"author": "Andrew Golightly <[email protected]> (http://www.golightlyplus.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/magician11/speech-to-text.git"
},
"bugs": {
"url": "https://github.com/magician11/speech-to-text/issues"
},
"homepage": "https://github.com/magician11/speech-to-text#readme",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6"
}
}