forked from tripflex/WifiWizard2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 864 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
{
"name": "cordova-plugin-wifiwizard2",
"version": "3.1.1",
"cordova": {
"id": "cordova-plugin-wifiwizard2",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/tripflex/wifiwizard2.git"
},
"author": "Myles McNamara",
"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"
}
}
},
"homepage": "https://github.com/tripflex/wifiwizard2#readme",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cordova": "^5.0.0"
}
}