-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.08 KB
/
bower.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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-readalong-component",
"description": "A React component that uses the Speech Synthesis API to read text out loud by sentence or word while the user follows along with their mouse or finger",
"homepage": "https://github.com/TalkingBibles/react-readalong-component",
"version": "1.1.4",
"license": "MIT",
"main": "dist/react-readalong-component.min.js",
"authors": [
{
"name": "talkingbibles",
"email": "devops@talkingbibles.org",
"homepage": "http://www.talkingbibles.org/"
},
{
"name": "stphnclysmth",
"email": "s.clay.smith@gmail.com",
"homepage": "http://janineandclay.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/TalkingBibles/react-readalong-component"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"react",
"react-component",
"speech synthesis",
"tts",
"text-to-speech",
"web speech"
],
"ignore": [
".editorconfig",
".gitignore",
"package.json",
"src",
"node_modules",
"example",
"test"
]
}