forked from pwcremin/react-native-watson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 884 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
35
36
37
{
"name": "react-native-watson",
"version": "1.5.3",
"description": "React Native module for IBM Watson services",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pwcremin/react-native-watson.git"
},
"keywords": [
"react-native",
"react-component",
"watson",
"ios",
"android",
"voice",
"speech",
"text-to-speech",
"speech-to-text",
"tone-analyzer"
],
"author": "Patrick Cremin",
"license": "ISC",
"bugs": {
"url": "https://github.com/pwcremin/react-native-watson/issues"
},
"homepage": "https://github.com/pwcremin/react-native-watson#readme"
}