forked from andreyvital/react-native-android-sms-listener
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 643 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 643 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
{
"name": "@ernestbies/react-native-android-sms-listener",
"version": "1.0.0",
"description": "Allows you to listen for incoming SMS messages.",
"license": "MIT",
"main": "index.js",
"author": {
"name": "Ernest Bieś",
"email": "ernestbies@gmail.com",
"url": "https://github.com/ernestbies"
},
"repository": {
"type": "git",
"url": "https://github.com/ernestbies/react-native-android-sms-listener.git"
},
"keywords": [
"react",
"native",
"react-native",
"android",
"sms",
"listener",
"sms-listener"
]
}