forked from sdkcarlos/artyom.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 682 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 682 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
{
"name": "artyom.js",
"description": "Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent",
"main": "artyom.js",
"authors": [
"Carlos Delgado"
],
"license": "MIT",
"keywords": [
"speech",
"recognition",
"voice",
"commands",
"voice",
"siri",
"cortana",
"googleNow"
],
"homepage": "https://github.com/sdkcarlos/artyom.js",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"development",
"public",
"old-ts"
]
}