-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
42 lines (42 loc) · 987 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
41
42
{
"name": "cordova-plugin-networkinterface",
"version": "2.2.0",
"description": "This plugin allows your application to retrieve the local wifi address and http proxy information.",
"cordova": {
"id": "cordova-plugin-networkinterface",
"platforms": [
"ios",
"android",
"browser",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/salbahra/cordova-plugin-networkinterface.git"
},
"keywords": [
"local",
"ip",
"wifi",
"network",
"proxy",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-browser",
"cordova-windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.1.0"
}
],
"author": "Samer Albahra, tombolaLtd",
"license": "MIT",
"bugs": {
"url": "https://github.com/salbahra/cordova-plugin-networkinterface/issues"
},
"homepage": "https://github.com/salbahra/cordova-plugin-networkinterface#readme"
}