forked from firescript/nativescript-contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "nativescript-contacts",
"version": "1.6.4",
"description": "A NativeScript module providing easy access to iOS and android contact directory. Pick a contact, update date, or add a new one!",
"main": "index",
"typings": "nativescript-contacts.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/firescript/nativescript-contacts.git"
},
"keywords": [
"NativeScript",
"Contacts",
"Address Book",
"Contact Directory"
],
"author": {
"name": "Ryan Lebel",
"email": "[email protected]"
},
"contributors": [
{
"name": "Steve McNiven-Scott",
"email": "[email protected]",
"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": "MIT",
"bugs": {
"url": "https://github.com/firescript/nativescript-contacts/issues"
},
"homepage": "https://github.com/firescript/nativescript-contacts",
"nativescript": {},
"devDependencies": {
"nativescript-dev-webpack": "^0.21.2",
"tns-core-modules": "5.2.0"
}
}