Skip to content

Commit c052d0c

Browse files
committed
adding bower metadata for symlinked watson-speech
1 parent d03cab3 commit c052d0c

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "watson-speech",
3+
"description": "IBM Watson Speech to Text and Text to Speech SDK for web browsers.",
4+
"main": "dist/watson-speech.min.js",
5+
"authors": [
6+
"Nathan Friedly <http://nfriedly.com>"
7+
],
8+
"license": "Apache-2.0",
9+
"keywords": [
10+
"voice",
11+
"recognition",
12+
"speech",
13+
"text",
14+
"transcription",
15+
"synthesis"
16+
],
17+
"moduleType": [
18+
"amd",
19+
"globals",
20+
"node"
21+
],
22+
"homepage": "https://watson-speech.mybluemix.net/",
23+
"ignore": [
24+
"**/*",
25+
"!dist/*.js"
26+
],
27+
"version": "0.32.0",
28+
"_release": "0.32.0",
29+
"_resolution": {
30+
"type": "version",
31+
"tag": "v0.32.0",
32+
"commit": "ad16036aa47088930d53b552121c548a36854bf0"
33+
},
34+
"_source": "https://github.com/watson-developer-cloud/speech-javascript-sdk.git",
35+
"_target": "^0.32.0",
36+
"_originalSource": "watson-speech",
37+
"_direct": true
38+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "watson-speech",
3+
"description": "IBM Watson Speech to Text and Text to Speech SDK for web browsers.",
4+
"main": "dist/watson-speech.min.js",
5+
"authors": [
6+
"Nathan Friedly <http://nfriedly.com>"
7+
],
8+
"license": "Apache-2.0",
9+
"keywords": [
10+
"voice",
11+
"recognition",
12+
"speech",
13+
"text",
14+
"transcription",
15+
"synthesis"
16+
],
17+
"moduleType": [
18+
"amd",
19+
"globals",
20+
"node"
21+
],
22+
"homepage": "https://watson-speech.mybluemix.net/",
23+
"ignore": [
24+
"**/*",
25+
"!dist/*.js"
26+
]
27+
}

0 commit comments

Comments
 (0)