forked from tschoffelen/react-native-email-link
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 802 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 802 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
28
29
30
31
32
33
34
{
"name": "react-native-email-link",
"version": "1.2.0",
"description": "Open the mail app of the user's choice",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/includable/react-native-email-link.git"
},
"keywords": [
"react-native",
"react-component",
"email",
"link",
"linking",
"react",
"ios",
"android"
],
"author": "Thomas Schoffelen <thomas@includable.com> (https://includable.com/)",
"license": "MIT",
"homepage": "https://github.com/includable/react-native-email-link#readme",
"bugs": {
"url": "https://github.com/includable/react-native-email-link/issues"
},
"peerDependencies": {
"react-native": ">=0.40.0"
},
"rnpm": {
"android": {
"sourceDir": "./android"
}
}
}