Skip to content

Commit e4618dd

Browse files
author
spoeck
committed
1.0.0
1 parent 722a1b3 commit e4618dd

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "react-native-api-ai",
3-
"description": "A React-Native Bridge for the Google API AI SDK",
4-
"version": "0.0.1",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/innFactory/react-native-api-ai"
8-
},
9-
"dependencies": {
10-
"api-ai-javascript": "^2.0.0-beta.14",
11-
"react-native-speech-to-text-ios": "^1.0.4"
12-
},
13-
"peerDependencies": {
14-
"react-native": ">=0.40.0"
15-
},
16-
"keywords": [
17-
"react-native",
18-
"api-ai",
19-
"apiai",
20-
"api",
21-
"ai",
22-
"api.ai",
23-
"google",
24-
"voice",
25-
"speak",
26-
"text-recognition"
27-
],
28-
"author": "Anton Spöck (https://github.com/spoeck)",
29-
"license": "MIT"
2+
"name": "react-native-api-ai",
3+
"description": "A React-Native Bridge for the Google API AI SDK",
4+
"version": "1.0.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/innFactory/react-native-api-ai"
8+
},
9+
"dependencies": {
10+
"api-ai-javascript": "^2.0.0-beta.14",
11+
"react-native-speech-to-text-ios": "^1.0.4"
12+
},
13+
"peerDependencies": {
14+
"react-native": ">=0.40.0"
15+
},
16+
"keywords": [
17+
"react-native",
18+
"api-ai",
19+
"apiai",
20+
"api",
21+
"ai",
22+
"api.ai",
23+
"google",
24+
"voice",
25+
"speak",
26+
"text-recognition"
27+
],
28+
"author": "Anton Spöck (https://github.com/spoeck)",
29+
"license": "MIT"
3030
}

0 commit comments

Comments
 (0)