UNPKG

youtube-embed-video

Version:
49 lines (48 loc) 1.43 kB
{ "name": "youtube-embed-video", "version": "1.2.1", "description": "Youtube embed video component", "main": "dist/youtube.js", "repository": { "url": "https://github.com/Tiendq/youtube-embed-video.git", "type": "git" }, "homepage": "https://github.com/Tiendq/youtube-embed-video", "author": "Tien Do <tiendq@gmail.com>", "license": "MIT", "keywords": [ "react", "video", "youtube" ], "scripts": { "build": "webpack --mode=production", "test": "jest --config=jest.json --coverage", "test:watch": "jest --config=jest.json --watch", "watch": "webpack --mode=development --progress --colors --watch" }, "dependencies": {}, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-jest": "^23.0.0", "babel-loader": "^7.1.4", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "eslint": "^4.19.1", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "jest": "^22.4.3", "prop-types": "^15.6.1", "react": "^16.3.2", "react-dom": "^16.3.2", "react-test-renderer": "^16.3.2", "react-testing-library": "^3.1.0", "webpack": "^4.7.0", "webpack-cli": "^3.3.4" } }