-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
45
46
{
"name": "nativescript-messenger",
"version": "1.2.0",
"description": "A SMS Messenger NativeScript module for Android and iOS and Android",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/firescript/nativescript-messenger"
},
"keywords": [
"NativeScript",
"SMS",
"Messenger",
"iOS",
"Android",
"Text Messaging",
"Group Message",
"Group Messaging"
],
"author": "Ryan Lebel <ryan@firescript.ca> ",
"contributors": [
{
"name": "Ivan Buhov",
"url": "https://github.com/ivanbuhov"
},
{
"name": "Steve McNiven-Scott",
"email": "steve@sitefinitysteve.com",
"url": "https://github.com/sitefinitysteve"
},
{
"name": "Osei Fortune",
"email": "fortune.osei@yahoo.com",
"url": "https://github.com/triniwiz"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/firescript/nativescript-messenger/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/firescript/nativescript-messenger/issues"
},
"homepage": "https://github.com/firescript/nativescript-messenger",
"nativescript": {}
}