UNPKG

react-responsive-embed

Version:
52 lines (51 loc) 1.21 kB
{ "name": "react-responsive-embed", "version": "2.1.0", "description": "Embed iframes responsively", "main": "lib/index.js", "scripts": { "test": "ava", "prepublish": "npm run build", "build": "babel src -d lib", "docs": "static-react docs/components/Page.js > docs/index.html" }, "author": "oilzilla <oli@tableflip.io>", "license": "MIT", "devDependencies": { "ava": "^0.23.0", "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "prop-types": "^15.6.0", "react": "^16.0", "react-dom": "^16.0.0", "react-test-renderer": "^16.0.0", "standard": "^10.0.3", "static-react": "^3.2.0" }, "peerDependencies": { "prop-types": ">=15", "react": ">=15" }, "engines": { "node": ">=6" }, "directories": { "doc": "docs", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/tableflip/react-responsive-embed.git" }, "keywords": [ "react", "responsive", "iframe", "aspect", "ratio" ], "bugs": { "url": "https://github.com/tableflip/react-responsive-embed/issues" }, "homepage": "https://github.com/tableflip/react-responsive-embed#readme" }