UNPKG

@newswire/frames

Version:

A minimalistic take on responsive iframes in the spirit of Pym.js.

53 lines (52 loc) 1.6 kB
{ "name": "@newswire/frames", "type": "module", "version": "1.0.0", "description": "A minimalistic take on responsive iframes in the spirit of Pym.js.", "source": "src/index.js", "main": "dist/frames.cjs", "exports": "./dist/frames.modern.js", "module": "dist/frames.module.js", "unpkg": "dist/frames.umd.js", "files": [ "dist" ], "scripts": { "build": "microbundle src/index.js --name newswireFrames --target web", "build:watch": "microbundle watch src/index.js --name newswireFrames --target web --no-compress & npm run serve", "docs": "documentation readme --readme-file README.md --section=API src/index.js && prettier --write README.md", "prerelease": "npm test && agadoo", "release": "git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish", "serve": "node server.js", "test": "node tests/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/rdmurphy/frames.git" }, "keywords": [ "responsive", "iframes", "amphtml" ], "author": "Ryan Murphy", "license": "MIT", "bugs": { "url": "https://github.com/rdmurphy/frames/issues" }, "homepage": "https://github.com/rdmurphy/frames#readme", "devDependencies": { "@rdm/prettier-config": "^2.0.0", "agadoo": "^2.0.0", "documentation": "^13.1.1", "microbundle": "^0.14.2", "playwright": "^1.17.1", "prettier": "^2.5.1", "sirv": "^2.0.0", "uvu": "^0.5.2" }, "prettier": "@rdm/prettier-config", "mangle": { "regex": "_$" } }