forked from sdkcarlos/artyom.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 906 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
{
"name": "artyom.js",
"version": "1.0.6",
"description": "Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent",
"main": "build/artyom.js",
"typings": "source/artyom.d.ts",
"scripts": {
"build-artyom-module": "tsc --p ./source/commonjs",
"build-artyom-window": "tsc --p ./source/window"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdkcarlos/artyom.js.git"
},
"keywords": [
"speech",
"recognition",
"voice",
"commands",
"voice",
"siri",
"cortana",
"googleNow"
],
"author": "Carlos Delgado",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdkcarlos/artyom.js/issues"
},
"homepage": "https://sdkcarlos.github.io/sites/artyom.html"
}