{
  "name": "grapesjs-video-embed-manager",
  "version": "1.0.4",
  "description": "A wrapper that turns the grapesjs video component into a dynamic experience, opening a modal similar to the GrapesJS Asset Manager. This plugin has been optimized to work with Youtube, Vimeo, and a local video server.",
  "main": "dist/grapesjs-video-embed-manager.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/booellean/grapesjs-video-embed-manager.git"
  },
  "scripts": {
    "start": "grapesjs-cli serve --host=0.0.0.0",
    "build": "grapesjs-cli build",
    "bump": "npm version patch -m 'Bump v%s'",
    "test": "jest",
    "test:dev": "jest --watch"
  },
  "keywords": [
    "grapesjs",
    "plugin",
    "youtube",
    "vimeo",
    "video",
    "videos",
    "manager",
    "embed"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@types/jsdom": "^16.2.14",
    "babel-jest": "^27.5.1",
    "grapesjs": "^0.17.27",
    "grapesjs-blocks-basic": "^0.1.8",
    "grapesjs-cli": "^2.0.0",
    "jest": "^27.5.1",
    "jsdom": "^19.0.0"
  },
  "author": "Elliot \"booellean\" Forst",
  "bugs": {
    "url": "https://github.com/booellean/grapesjs-video-embed-manager/issues"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "testMatch": [
      "<rootDir>/tests/specs/**/*.js"
    ],
    "setupFiles": [
      "<rootDir>/tests/setup.js"
    ]
  },
  "license": "MIT"
}
