UNPKG

react-native-youtube-iframe

Version:

A simple wrapper around the youtube iframe js API for react native

46 lines (45 loc) 1.09 kB
{ "name": "react-native-youtube-iframe", "version": "1.2.1", "description": "A simple wrapper around the youtube iframe js API for react native", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/LonelyCpp/react-native-youtube-iframe.git" }, "keywords": [ "react-native", "react-component", "react-native-component", "react", "react native", "mobile", "ios", "android", "ui", "youtube", "youtube-iframe", "iframe" ], "author": "Ananthu P Kanive", "license": "MIT", "bugs": { "url": "https://github.com/LonelyCpp/react-native-youtube-iframe/issues" }, "homepage": "https://lonelycpp.github.io/react-native-youtube-iframe/", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59", "react-native-webview": "^7.5.2" }, "devDependencies": { "@react-native-community/eslint-config": "^1.0.0", "eslint": "^6.8.0" }, "dependencies": { "events": "^3.0.0" } }