{
  "name": "magcore-plugin-upnp",
  "version": "2.1.2",
  "description": "UPnP plugin for mag projects.",
  "author": {
    "name": "Infomir",
    "email": "support@infomir.eu"
  },
  "main": "index.js",
  "dependencies": {
    "magcore-core": "^2.0.0",
    "magcore-plugin-settings-stalker": "^1.3.7"
  },
  "devDependencies": {
    "mag-eslint-config": "^1.0.0",
    "mag-plugin-webpack-config": "^1.0.0",
    "magln": "^0.2.1",
    "spa-gettext": "^1.4.0"
  },
  "config": {
    "type": "plugin",
    "name": "upnp",
    "daemon": true,
    "tuner": true,
    "uris": {
      "app": "",
      "entry": "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 && uglifyjs ./index.js -o ./index.js",
    "localize": "mkdir ./app && mkdir ./app/js && cp ./index.js ./app/js/develop.js && ./node_modules/magln/bin/cli.js && rm ./app/js -rf"
  },
  "keywords": [
    "magsdk",
    "plugin",
    "network"
  ],
  "readme": "MAG SDK UPnP plugin\n===================\n\nThis plugin provide functionality for working with UPnP in MAG stb device\n",
  "readmeFilename": "readme.md",
  "_id": "magcore-plugin-upnp@2.1.2",
  "_from": "magcore-plugin-upnp@2.1.2",
  "dist": {
    "shasum": "e1d90261ed9dc2217f69bcc775b80cf9afc04278"
  },
  "_resolved": "http://registry.npmjs.org/magcore-plugin-upnp/-/magcore-plugin-upnp-2.1.2.tgz"
}
