forked from lucasferreira/react-native-send-intent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.08 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@react-native-oh-tpl/react-native-send-intent",
"version": "1.3.0-0.0.4",
"description": "React Native for send sms, 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",
"harmony"
],
"author": "Lucas Ferreira <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/react-native-oh-library/react-native-send-intent.git"
},
"harmony": {
"alias": "react-native-send-intent",
"codegenConfig": {
"specPaths": [
"./src"
]
}
},
"dependencies": {
"react-native-send-intent": "1.3.0"
},
"bugs": "https://github.com/lucasferreira/react-native-send-intent/issues",
"peerDependencies": {
"react-native": "*"
}
}