-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
executable file
·43 lines (43 loc) · 1.04 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
{
"name": "nativescript-email",
"version": "1.6.0",
"description": "Email plugin for your NativeScript app",
"main": "email",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "2.3.0",
"android": "2.3.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/EddyVerbruggen/nativescript-email.git"
},
"keywords": [
"ecosystem:NativeScript",
"NativeScript",
"Mail",
"Email",
"E-mail",
"Draft",
"Compose",
"MailComposer",
"Attachment"
],
"author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
"contributors": [
{
"name": "Brad Martin",
"email": "bradwaynemartin@gmail.com",
"url": "https://github.com/BradMartin"
}
],
"devDependencies": {
"tns-core-modules": "^6.0.4",
"tns-platform-declarations": "~6.0.4"
},
"license": "MIT",
"bugs": "https://github.com/eddyverbruggen/nativescript-email/issues",
"homepage": "https://github.com/eddyverbruggen/nativescript-email"
}