-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
{
"name": "nativescript-contacts-lite",
"version": "0.2.7",
"description": "NativeScript plugin providing pretty fast read-only access to the iOS and Android contact directory",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/abhayastudios/nativescript-contacts-lite.git"
},
"keywords": [
"NativeScript",
"Contacts",
"Address Book",
"Contact Directory"
],
"author": {
"name": "Jonathan Salomon",
"email": "mail2joni@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abhayastudios/nativescript-contacts-lite/issues"
},
"homepage": "https://github.com/abhayastudios/nativescript-contacts-lite",
"nativescript": {
"platforms": {
"ios": "2.4.0",
"android": "2.4.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"webpack": "true",
"wrapper": "false",
"category": "Processing"
},
"demong": "/demo-angular"
},
"dependencies": {
"nativescript-permissions": "^1.2.2"
},
"devDependencies": {}
}