forked from narusevic/nativescript-intercom-bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
{
"name": "nativescript-intercom-bridge-xrex",
"version": "1.1.0",
"description": "Fork from NativeScript Plugin for Intercom. Updated Version",
"main": "intercom-bridge",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "5.4.0",
"ios": "5.4.0"
}
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/chadzxrex/nativescript-intercom-bridge.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS"
],
"author": {
"name": "Chad Zhuang",
"email": "chadzhuang@xrex.io"
},
"bugs": {
"url": "https://github.com/aemr3/nativescript-intercom-bridge/issues"
},
"license": "MIT",
"homepage": "https://github.com/chadzxrex/nativescript-intercom-bridge",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^6.1.0",
"tns-platform-declarations": "^6.1.0",
"typescript": "^3.5.3",
"prompt": "^1.0.0",
"rimraf": "^3.0.0"
}
}