-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 893 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
{
"name": "watson-html5-speech-recognition",
"version": "0.6.8",
"description": "Watson HTML5 Speech to Text",
"main": "dist/index.js",
"scripts": {
"compile": "rm -rf ./dist && ./node_modules/.bin/babel ./lib -d ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"watson",
"speech-to-text",
"speech",
"text",
"voice",
"recognition"
],
"repository": {
"type": "git",
"url": "https://github.com/cdimascio/watson-html5-speech-recognition"
},
"author": "Carmine DiMascio <cdimascio@gmail.com> (https://github.com/cdimascio)",
"license": "Apache-2.0",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"watson-speech": "^0.17.1"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2"
}
}