forked from katzer/cordova-plugin-email-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
52
53
54
{
"name": "cordova-plugin-email-composer",
"version": "0.9.2",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "cordova-plugin-email-composer",
"platforms": [
"ios",
"osx",
"android",
"windows",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/katzer/cordova-plugin-email-composer.git"
},
"keywords": [
"appplant",
"email",
"ecosystem:cordova",
"cordova-ios",
"cordova-osx",
"cordova-android",
"cordova-windows",
"cordova-browser"
],
"engines": [
{
"name": "cordova",
"version": ">=6.0.0"
},
{
"name": "cordova-android",
"version": ">=6.2.0"
},
{
"name": "cordova-ios",
"version": ">=4.0.0"
},
{
"name": "cordova-windows",
"version": ">=4.3.0"
}
],
"author": "Sebastián Katzer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/katzer/cordova-plugin-email-composer/issues"
},
"homepage": "https://github.com/katzer/cordova-plugin-email-composer#readme",
"dependencies": {}
}