@beezwax/fmbond
Version:
A bridge for sending/receiving data between FileMaker and the web viewer
36 lines (35 loc) • 891 B
JSON
{
"name": "@beezwax/fmbond",
"version": "1.3.1",
"description": "A bridge for sending/receiving data between FileMaker and the web viewer",
"main": "FMBond.js",
"keywords": [
"FileMaker",
"WebViewer",
"JavaScript"
],
"scripts": {
"build": "npm run test && webpack --config webpack.config.js",
"test": "jest tests/FMBond.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beezwax/FMBond.git"
},
"author": "Beezwax",
"license": "MIT",
"bugs": {
"url": "https://github.com/beezwax/FMBond/issues"
},
"homepage": "https://github.com/beezwax/FMBond#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"core-js": "^3.11.3",
"jest": "^27.3.1",
"rewire": "^3.0.2",
"webpack": "^5.38.0",
"webpack-cli": "^4.2.0"
}
}