-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
{
"name": "react-native-send-intent",
"version": "1.3.0",
"description": "React Native Android module to use Android's Intent actions for send sms, text to shareable apps, open custom apps, make phone calls and etc",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"react-component",
"intent",
"email",
"send",
"sent",
"share",
"text",
"phone",
"sms",
"call",
"calls",
"dial",
"number",
"maps",
"android"
],
"author": "Lucas Ferreira <[email protected]>",
"license": "MIT",
"repository": "https://github.com/lucasferreira/react-native-send-intent",
"bugs": "https://github.com/lucasferreira/react-native-send-intent/issues",
"peerDependencies": {
"react-native": "*"
}
}