@sisal_digital/sisal-bridge
Version:
The bridge for Sisal applications in iframe
63 lines (62 loc) • 1.57 kB
JSON
{
"name": "@sisal_digital/sisal-bridge",
"version": "1.2.1",
"description": "The bridge for Sisal applications in iframe",
"main": "index.js",
"scripts": {
"clean": "node internals/scripts/clean-dist.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"build": "node internals/scripts/build-dist.js",
"prepublishOnly": "npm run clean && npm run lint && npm run build"
},
"files": [
"apps",
"cordova",
"utils",
"constants.js",
"SisalBridge.js",
"index.js"
],
"repository": {
"type": "git",
"url": "http://git.sisal.it/digital/sisal-bridge.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"js-channel",
"postMessage",
"venice",
"cordova",
"cordova plugins",
"sisal",
"superenalotto",
"eurojackpot",
"wflclassico"
],
"author": "Sisal S.p.A.",
"license": "MPL-2.0",
"homepage": "http://git.sisal.it/digital/sisal-bridge",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "8.2.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-minify": "0.3.0",
"cross-env": "5.1.3",
"eslint": "4.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"rimraf": "2.6.2",
"shelljs": "0.8.2"
},
"dependencies": {
"@spindox/cordova-venice-bridge": "2.0.0",
"@spindox/venice": "1.0.3"
}
}