{
  "name": "youtube-topmost",
  "version": "1.2.10",
  "description": "Watch YouTube videos into a topmost, undecorated OS native window.",
  "main": "functions.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IonicaBizau/youtube-topmost.git"
  },
  "keywords": [
    "youtube",
    "topmost",
    "bat"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/youtube-topmost/issues"
  },
  "homepage": "https://github.com/IonicaBizau/youtube-topmost",
  "blah": {
    "title": "YouTube Topmost",
    "description": [
      {
        "p": [
          "This application requires the [BAT](https://github.com/IonicaBizau/bat) platform to be installed."
        ]
      },
      {
        "h2": "Usage"
      },
      {
        "code": {
          "language": "sh",
          "content": "./start.sh <url|video-id>"
        }
      },
      {
        "h2": "Demo"
      },
      {
        "img": {
          "source": "http://i.imgur.com/fwL6Rn7.png"
        }
      },
      {
        "p": "After pressing the <kbd>Start</kbd> button, the video will be played."
      },
      {
        "img": {
          "source": "http://i.imgur.com/N54Port.png"
        }
      }
    ]
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}