forked from tripflex/WifiWizard2
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 939 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
{
"name": "community-cordova-plugin-wifi-wizard",
"version": "3.4.0",
"cordova": {
"id": "community-cordova-plugin-wifi-wizard",
"platforms": [
"android",
"ios"
]
},
"author": "EYALIN",
"license": "Apache 2.0",
"description": "Cordova WiFi Manager for Android and iOS",
"bugs": {
"url": "https://github.com/tripflex/wifiwizard2/issues"
},
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova-android": ">=5.0.0"
}
}
},
"repository": "EYALIN/community-cordova-plugin-wifi-wizard/tree/master",
"homepage": "https://github.com/EYALIN/community-cordova-plugin-wifi-wizard/tree/master/tree/master",
"funding": "https://github.com/sponsors/EYALIN",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cordova": "^5.0.0"
}
}