{
  "name": "magcore-app-records",
  "version": "1.1.4",
  "description": "PVR application.",
  "author": {
    "name": "Infomir",
    "email": "support@infomir.eu"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "start": "magsdk",
    "build": "magsdk build",
    "watch": "magsdk watch",
    "serve": "magsdk serve",
    "lint": "eslint .",
    "test": "npm run lint",
    "stalker": "DEBUG=* magsdk -i ./node_modules/magcore-platforms/mag/stalker.js",
    "stalker_release": "magsdk -i ./node_modules/magcore-platforms/mag/stalker.js",
    "portal": "DEBUG=* magsdk -i ./node_modules/magcore-platforms/mag/portal.js",
    "stalker-build": "DEBUG=* magsdk build -i ./node_modules/magcore-platforms/mag/stalker.js",
    "portal-build": "DEBUG=* magsdk build -i ./node_modules/magcore-platforms/mag/portal.js",
    "lang": "node node_modules/magln/bin/cli.js"
  },
  "dependencies": {
    "magcore-plugin-fs": "1.*.*",
    "magcore-plugin-pvr": "2.*.*",
    "magcore-plugin-spvr": "2.*.*",
    "magcore-osd-base": "1.*.*",
    "magcore-core": "^1.9.0",
    "magcore-theme": "^1.0.1",
    "magcore-plugin-backend-tv-stalker": "1.*.*",
    "magcore-app-player": "^1.0.0"
  },
  "devDependencies": {
    "mag-app": "^1.0.0",
    "mag-component-check-list": "^1.0.1",
    "mag-component-footer": "^1.0.0",
    "mag-component-layout-list": "^1.0.1",
    "mag-component-modal": "^1.0.1",
    "mag-component-panel": "^1.0.1",
    "mag-component-panel-set": "^1.0.0",
    "mag-component-radio-list": "^1.0.1",
    "mag-component-scroll-area": "^1.0.0",
    "mag-component-value-list": "^1.0.0",
    "spa-component-flicker": "^1.0.0",
    "spa-gettext": "^1.4.0",
    "stb-eslint-config": "^1.0.0",
    "stb-keys": "^1.3.0",
    "stb-component-scrollbar": "*",
    "stb-component-button": "*",
    "stb-component-page": "*",
    "magcore-platforms": "*"
  },
  "optionalDependencies": {
    "magcore-app-player": "^1.0.0"
  },
  "config": {
    "name": "RECORDS",
    "description": "This app allows recording TV shows or watch the records made previously.",
    "type": "app",
    "category": "media",
    "uris": {
      "app": "app",
      "entry": "index.html",
      "icons": {
        "480": {
          "logoNormal": "img/480/logo.normal.png",
          "logoActive": "img/480/logo.active.png"
        },
        "576": {
          "logoNormal": "img/576/logo.normal.png",
          "logoActive": "img/576/logo.active.png"
        },
        "720": {
          "logoNormal": "img/720/logo.normal.png",
          "logoActive": "img/720/logo.active.png"
        },
        "1080": {
          "logoNormal": "img/1080/logo.normal.png",
          "logoActive": "img/1080/logo.active.png"
        }
      }
    },
    "colors": {
      "splashFont": "#fff",
      "splashBackground": "#a56d24"
    },
    "actions": {
      "record": true
    },
    "resource": "npvr"
  },
  "keywords": [
    "magsdk",
    "application",
    "records",
    "pvr"
  ],
  "license": "see license in license.md",
  "readmeFilename": "readme.md",
  "gitHead": "4a3964bb424e95dfcc786f12972d28cbd5fa04d0",
  "_id": "magcore-app-records@1.1.4",
  "_shasum": "5fa0857883ff9ef48d15de24cba998b5750529df",
  "_from": "magcore-app-records@1.1.4",
  "_npmVersion": "3.10.7",
  "_nodeVersion": "4.4.7",
  "_npmUser": {},
  "dist": {
    "shasum": "075a91db3705c9815cd3731a172dff95846a3160",
    "tarball": "http://10.118.48.2:4873/magcore-app-records/-/magcore-app-records-1.1.4.tgz"
  },
  "_resolved": "http://registry.npmjs.org/magcore-app-records/-/magcore-app-records-1.1.4.tgz",
  "readme": "Application template\n====================\n\n[![Dependencies Status](https://img.shields.io/david/stbsdk/boilerplate.svg?style=flat-square)](https://david-dm.org/stbsdk/boilerplate)\n[![Gitter](https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square)](https://gitter.im/DarkPark/stbsdk)\n\n\n## Usage ##\n\nCreate a new project base:\n\n```bash\ngit clone https://github.com/stbsdk/boilerplate.git my-project\n```\n\nBuild and start services:\n\n```bash\ncd my-project\nstbsdk\n# or\nDEBUG=* stbsdk\n```\n\n\n## Contribution ##\n\nIf you have any problem or suggestion please open an issue [here](https://github.com/stbsdk/boilerplate/issues).\nPull requests are welcomed with respect to the [JavaScript Code Style](https://github.com/DarkPark/jscs).\n\n\n## License ##\n\n`stb-boilerplate` is released under the [MIT License](license.md).\n"
}
