forked from firescript/nativescript-contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
55
56
57
{
"name": "@jorwoody/nativescript-contacts",
"version": "1.1.0",
"description": "A temporary fork of 'nativescript-contacts' plugin by Ryan Lebel. Allows adding of contacts without 'Account' on Android.",
"main": "index",
"typings": "nativescript-contacts.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jorwoody/nativescript-contacts.git"
},
"keywords": [
"NativeScript",
"Contacts",
"Address Book",
"Contact Directory"
],
"author": {
"name": "Jordan Wood",
"email": "jordanmyleswood@gmail.com"
},
"contributors": [
{
"name": "Ryan Lebel",
"email": "ryan@firescript.ca",
"url": "https://github.com/firescript"
},
{
"name": "Steve McNiven-Scott",
"email": "steve@sitefinitysteve.com",
"url": "https://github.com/sitefinitysteve"
},
{
"name": "Nathanael Anderson",
"url": "https://github.com/NathanaelA"
},
{
"name": "Peter Staev",
"url": "https://github.com/PeterStaev"
},
{
"name": "Brian Thurlow",
"url": "https://github.com/bthurlow"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/jorwoody/nativescript-contacts/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/jorwoody/nativescript-contacts/issues"
},
"homepage": "https://github.com/jorwoody/nativescript-contacts",
"nativescript": {},
"devDependencies": {
"tns-core-modules": "5.2.0"
}
}