-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 720 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 720 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
{
"name": "react-native-realtimemessaging-ios",
"version": "1.0.18",
"description": "The Realtime Framework Cloud Messaging Pub/Sub client for React-Native",
"main": "RCTRealtimeMessagingIOS.js",
"scripts": {
"start": "exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/realtime-framework/RCTRealtimeMessagingIOS.git"
},
"keywords": [
"react-component",
"reactnative",
"react-native",
"RealtimeMessaging",
"Realtime",
"ios"
],
"author": "Realtime",
"license": "MIT",
"bugs": {
"url": "https://github.com/realtime-framework/RCTRealtimeMessagingIOS/issues"
},
"homepage": "https://github.com/realtime-framework/RCTRealtimeMessagingIOS"
}