UNPKG

ifrau

Version:

Free-range app utility for IFRAME-based FRAs

55 lines (54 loc) 1.26 kB
{ "name": "ifrau", "version": "0.41.4", "description": "Free-range app utility for IFRAME-based FRAs", "type": "module", "exports": { "./client.js": "./client/client.js", "./client/client.js": "./client/client.js", "./client/slim.js": "./client/slim.js", "./host.js": "./host.js" }, "files": [ "host.js", "/client", "/plugins", "/port" ], "scripts": { "lint": "eslint .", "test:unit": "mocha --recursive --extension test.js", "test": "npm run lint -s && npm run test:unit -s" }, "repository": { "type": "git", "url": "https://github.com/Brightspace/ifrau.git" }, "keywords": [ "d2l", "frau", "iframe", "postMessage" ], "author": "D2L Corporation", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Brightspace/ifrau/issues" }, "homepage": "https://github.com/Brightspace/ifrau", "devDependencies": { "@babel/core": "^7", "@babel/eslint-parser": "^7", "@eslint/compat": "^1", "@eslint/eslintrc": "^3", "@eslint/js": "^9", "globals": "^15", "chai": "^4", "chai-as-promised": "^8", "eslint": "^9", "eslint-config-brightspace": "^2", "mocha": "^10", "sinon": "^19", "sinon-chai": "^3" } }