{
  "name": "magcore-plugin-settings-default-structure",
  "version": "1.0.7",
  "description": "Base root for settings app",
  "author": {
    "name": "Infomir",
    "email": "darkpark.infomir@gmail.com"
  },
  "main": "index.js",
  "scripts": {
    "test": "node -v",
    "develop": "webpack --watch --config node_modules/mag-plugin-webpack-config/develop.js",
    "build": "webpack --config node_modules/mag-plugin-webpack-config/release.js",
    "localize": "mkdir ./app/js && cp ./index.js ./app/js/develop.js && magsdk -i ./gettext.js gettext && rm ./app/js -rf"
  },
  "config": {
    "type": "plugin",
    "name": "settingsStructure",
    "uris": {
      "app": "/",
      "entry": "index.js"
    },
    "tree": {
      "systemSettings": [
        "keyboardLayouts",
        "language",
        "timezone",
        "ntp",
        "playback",
        "dvb",
        "timeshift",
        "teletext",
        "updater",
        "remote-control",
        "standby",
        "systemSettingsMag"
      ],
      "network": [
        "ethernet",
        "pppoe",
        "wifi",
        "upnp",
        "igmpVersion",
        "multicastProxy",
        "portals",
        "speedtest",
        "traceroute"
      ],
      "video": null,
      "settingsAudio": null,
      "stalkerSettings": null,
      "userInterface": [
        "theme",
        "screenSaver",
        "hdmiReaction",
        "apd"
      ],
      "deviceInfo": null,
      "loadEmbedPortal": null
    }
  },
  "keywords": [
    "magcore",
    "plugin",
    "settings"
  ],
  "devDependencies": {
    "mag-eslint-config": "^1.0.0",
    "mag-plugin-webpack-config": "^1.0.0"
  },
  "readme": "MAGCORE plugin - system settings default hierarchy.\n=======================================\n\n[![NPM version](https://img.shields.io/npm/v/magcore-plugin-settings-default-structure.svg?style=flat-square)](https://www.npmjs.com/package/magcore-plugin-settings-default-structure)\n[![Gitter](https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square)](https://gitter.im/DarkPark/magsdk)",
  "readmeFilename": "readme.md",
  "_id": "magcore-plugin-settings-default-structure@1.0.7",
  "_from": "magcore-plugin-settings-default-structure@1.0.7",
  "dist": {
    "shasum": "e0cbef9127daa0bb6a74523074e707660de15af0"
  },
  "_resolved": "http://registry.npmjs.org/magcore-plugin-settings-default-structure/-/magcore-plugin-settings-default-structure-1.0.7.tgz"
}
