casement
Version:
An iFrame comms library for giving your app access to the outside world.
30 lines (29 loc) • 791 B
JSON
{
"name": "casement",
"version": "4.0.0",
"description": "An iFrame comms library for giving your app access to the outside world.",
"main": "dist/index.js",
"scripts": {
"build": "tsc && webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelinden/casement.git"
},
"keywords": [
"iframe",
"postmate"
],
"unpkg": "dist/casement.min.js",
"author": "blue linden <blue@bluelinden.art> (https://bluelinden.art)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/bluelinden/casement/issues"
},
"homepage": "https://github.com/bluelinden/casement#readme",
"devDependencies": {
"@webpack-cli/generators": "^3.0.3",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4"
}
}