reframe.js
Version:
Reframe.js: responsive iframes for embedded content
75 lines (74 loc) • 2.27 kB
JSON
{
"name": "reframe.js",
"version": "4.0.2",
"description": "Reframe.js: responsive iframes for embedded content",
"main": "dist/reframe.js",
"module": "dist/reframe.es.js",
"unpkg": "dist/reframe.min.js",
"files": [
"dist",
"types"
],
"scripts": {
"build": "rollup -c rollup.config.js --bundleConfigAsCjs && pnpm run build:types",
"build:release": "pnpm run build && pnpm run test",
"build:types": "tsc",
"lint": "eslint . --fix",
"lint:ci": "eslint .",
"prepublishOnly": "pnpm run build && pnpm run test",
"release": "release-it",
"start": "pnpm run",
"test:es-check": "es-check es5 dist/noframe.js dist/reframe.js dist/noframe.min.js dist/reframe.min.js dist/jquery.noframe.js dist/jquery.reframe.js dist/jquery.reframe.min.js dist/jquery.noframe.min.js",
"test:phantom": "node run-tests.js",
"test": "pnpm run test:phantom && pnpm run test:es-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yowainwright/reframe.js.git"
},
"keywords": [
"js",
"iframes",
"fluid",
"responsive",
"video",
"fitvids",
"youtube",
"embeds",
"padding-top"
],
"author": "Jeff Wainwright <yowainwright@gmail.com> (http://jeffry.in)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yowainwright/reframe.ts/issues"
},
"homepage": "https://github.com/yowainwright/reframe.ts#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.5.6",
"@types/rollup": "^0.54.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^3.0.0",
"es-check": "^7.1.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"jquery": "^3.7.0",
"node-qunit-phantomjs": "^2.1.1",
"prettier": "^3.0.2",
"qunit": "^2.19.4",
"release-it": "^16.1.5",
"rollup": "^3.28.1",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^5.2.2"
},
"resolutions": {
"ansi-regex": "^4.1.1",
"minimist": "^1.2.6",
"parse-path": "^5.0.0"
}
}