forked from lucasferreira/react-native-send-intent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 846 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
{
"name": "react-native-send-intent",
"version": "1.0.14",
"description": "React Native Android module to use Android's Intent actions for send sms, text to shareable apps or make phone calls",
"main": "index.js",
"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": ">=0.19"
}
}