A Chrome extension that hides all YouTube UI except for your video
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 401B

12345678910111213141516171819
  1. {
  2. "name": "ext",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "webpack",
  8. "watch": "webpack --watch"
  9. },
  10. "keywords": [],
  11. "author": "Dylan Baker <dylan@simulacrum.party>",
  12. "license": "MIT",
  13. "devDependencies": {
  14. "css-loader": "^3.0.0",
  15. "mini-css-extract-plugin": "^0.7.0",
  16. "webpack": "^4.35.3",
  17. "webpack-cli": "^3.3.5"
  18. }
  19. }