forked from techaffinity/freshchat-phonegap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.11 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
{
"name": "Freshchat",
"version": "1.2.0",
"description": "Plugin for integrating the Freshchat SDK into a Phonegap/Cordova project",
"cordova": {
"id": "cordova-plugin-freshchat",
"platforms": [
"android",
"ios"
]
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/techaffinity/freshchat-phonegap.git"
},
"keywords": [
"freshdesk",
"freshchat",
"phonegap",
"hotline",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"faq",
"chat",
"support"
],
"engines": [{
"name": "cordova-android",
"version": ">=4.0.0"
},
{
"name": "cordova-ios",
"version": ">=3.8.0"
}
],
"author": "Freshdesk Inc",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/techaffinity/freshchat-phonegap/issues"
},
"homepage": "https://www.freshworks.com/",
"main": "index.js"
}