-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 837 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
{
"name": "cordova-wifi-plugin",
"version": "1.0.4",
"description": "Cordova wifi access points discover and connection management plugin",
"main": "www/WifiManagerPlugin.js",
"author": "Geraldo Lima / Artur Farias",
"license": "MIT",
"cordova": {
"id": "cordova-wifi-plugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/JGeraldoLima/cordova-wifi-plugin.git"
},
"keywords": [
"wifi",
"access-point",
"connection",
"ionic",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"bugs": {
"url": "https://github.com/JGeraldoLima/cordova-wifi-plugin/issues"
},
"homepage": "https://github.com/JGeraldoLima/cordova-wifi-plugin",
"scripts": {
"start": "node scripts/prepareSpec.js"
}
}