forked from Taracque/ionic-plugin-callkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 870 Bytes
/
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
{
"name": "ionic-plugin-callkit",
"version": "0.0.6",
"description": "Ionic CallKit Plugin",
"cordova": {
"id": "ionic-plugin-callkit",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/taracque/ionic-plugin-callkit.git"
},
"bugs": {
"url": "https://github.com/taracque/ionic-plugin-callkit/issues"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"ionic",
"callkit"
],
"author": "Taracque <[email protected]>, VinceOPS <[email protected]>",
"license": "Apache 2.0",
"homepage": "https://github.com/taracque/ionic-plugin-callkit#readme",
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
},
{
"name": "cordova-ios",
"version": ">=4.0.0"
}
]
}