-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.09 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
51
52
{
"name": "cordova-plugin-sip",
"version": "1.1.3",
"description": "<h2>SIP plugin for Cordova & Phonegap Apps (IOS and Android)</h2>",
"main": "index.js",
"scripts": {
"version": "node ./bump-version.js && git add -A plugin.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sezerkorkmaz/cordova-plugin-sip.git"
},
"author": "AIM Services",
"license": "ISC",
"bugs": {
"url": "https://github.com/sezerkorkmaz/cordova-plugin-sip/issues"
},
"homepage": "https://github.com/sezerkorkmaz/cordova-plugin-sip#readme",
"cordova": {
"id": "cordova-plugin-sip",
"platforms": [
"android",
"ios",
"wp8"
]
},
"keywords": [
"sip",
"cordova",
"phonegap",
"linphone",
"liblinphone",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8"
],
"engines": [
{
"name": "cordova-android",
"version": ">=4.0.0-dev"
},
{
"name": "cordova-ios",
"version": ">=4.0.0-dev"
},
{
"name": "cordova-wp8",
"version": ">=4.0.0-dev"
}
]
}