portfolio/packages/portal/package.json

15 lines
391 B
JSON

{
"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 <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0"
}