cordova-plugin-hotspot
Version:
Cordova WiFi Hotspot Plugin
36 lines (35 loc) • 789 B
JSON
{
"name": "hotspot-app",
"version": "1.1.1",
"description": "hotspot-app: An Ionic project",
"dependencies": {
"gulp": "^4.0.0",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"snyk": "^1.65.1"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-hotspot",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"android"
],
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}