UNPKG

springroll-container

Version:

The iframe controller for interacting with SpringRoll applications

77 lines (76 loc) 2.29 kB
{ "name": "springroll-container", "version": "2.5.2", "description": "The iframe controller for interacting with SpringRoll applications", "main": "./dist/index.js", "license": "MIT", "typings": "typings/index.d.ts", "repository": { "type": "git", "url": "https://github.com/SpringRoll/SpringRollContainer" }, "devDependencies": { "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-eslint": "^9.0.3", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.0", "babel-loader": "^8.0.5", "chai": "^4.2.0", "dotenv": "^7.0.0", "eslint": "^8.43.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-node": "^8.0.1", "eslint-plugin-prettier": "^3.0.1", "karma": "^6.3.17", "karma-babel-preprocessor": "^8.0.0", "karma-browserstack-launcher": "^1.5.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.2.0", "karma-cli": "^2.0.0", "karma-es6-shim": "^1.0.0", "karma-firefox-launcher": "^2.1.3", "karma-html": "^1.0.5", "karma-mocha": "^2.0.1", "karma-requirejs": "^1.1.0", "karma-rollup-preprocessor": "^7.0.5", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", "platform": "^1.3.5", "requirejs": "^2.3.6", "rollup": "3.17.2", "sinon": "^7.5.0" }, "dependencies": { "@babel/polyfill": "^7.4.3", "bellhop-iframe": "^3.2.0", "core-js": "^3.6.5", "http-proxy": "^1.18.1", "webpack": "^5.88.2", "whatwg-fetch": "^3.0.0" }, "keywords": [ "deployment", "game", "springroll", "iframe", "runtime" ], "scripts": { "build": "rollup -c -m", "build:e2e": "rollup -c --e2e", "dev": "rollup -c -w", "test": "karma start karma.conf.js", "test:e2e": "npm run build:e2e && karma start karma.conf.e2e.js", "test:bs": "karma start karma.conf.bs.js", "github-test": "./node_modules/.bin/karma start --single-run --browsers ChromeHeadless" }, "readmeFilename": "README.md", "bugs": { "url": "https://github.com/SpringRoll/SpringRollContainer/issues" }, "homepage": "https://github.com/SpringRoll/SpringRollContainer" }