UNPKG

react-yt-wrap

Version:

[![npm](https://img.shields.io/npm/v/react-yt-wrap.svg)](https://www.npmjs.com/package/react-yt-wrap) ![npm](https://img.shields.io/npm/dw/react-yt-wrap.svg) ![GitHub issues](https://img.shields.io/github/issues/devaman/react-yt-wrap.svg) ![GitHub pull re

59 lines (58 loc) 1.47 kB
{ "name": "react-yt-wrap", "version": "0.2.0", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist" ], "scripts": { "start": "react-scripts start", "build-examples": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "build": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__" }, "license": "MIT", "devDependencies": { "@babel/cli": "^7.2.3", "babel-preset-react-app": "^7.0.1", "react": "^16.8.3", "react-dom": "^16.8.3", "react-scripts": "^2.1.5", "rimraf": "^2.6.3" }, "repository": { "type": "git", "url": "https://github.com/devaman/react-yt-wrap.git" }, "bugs": { "url": "https://github.com/devaman/react-yt-wrap/issues" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "keywords": [ "youtube", "youtube-wrapper", "custom youtube", "customize play", "embed iframe react" ], "author": "Amit Chambial <chambialamit@gmail.com>", "contributors": [ { "name": "Amit Chambial", "email": "chambialamit@gmail.com", "url": "https://amitchambial.netlify.com" } ], "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.27", "@fortawesome/free-solid-svg-icons": "^5.12.1", "@fortawesome/react-fontawesome": "^0.1.8" } }