{ "name": "portal", "version": "0.9.0", "description": "Expose an API to a web worker and its parent", "main": "src/index.js", "files": ["src"], "scripts": { "test": "node ../../bin/runTests.js ./", "pre-commit": "npm run test" }, "keywords": ["worker", "webworker"], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0" }