website-page-frame
Version:
This library provides a way to allow browser based programs to have cross parent to child window communication through code.
35 lines (34 loc) • 992 B
JSON
{
"name": "website-page-frame",
"version": "2.0.10",
"description": "This library provides a way to allow browser based programs to have cross parent to child window communication through code.",
"main": "index-native.js",
"scripts": {
"client-build": "webpack --config website-page-frame-webpack.config.js",
"unit-test": "./bin/test/unitTest.sh",
"functional-test": "./bin/test/functionalTest.sh",
"security-test": "./bin/test/securityTest.sh",
"test": "npm run unit-test && npm run functional-test && npm run security-test"
},
"keywords": [
"electron",
"iframe",
"viewing",
"communication"
],
"author": "Ryan Molyneux",
"license": "GPL-3.0",
"devDependencies": {
"electron": "^6.1.7",
"log4js": "^4.0.2",
"spectron": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RyanMolyneux/WebsitePageFrame.git"
},
"dependencies": {
"electron-fetch": "^1.4.0",
"jsdom": "^13.2.0"
}
}