14 lines
359 B
JSON
14 lines
359 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 ./"
|
|
},
|
|
"keywords": ["worker", "webworker"],
|
|
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
|
"license": "Apache-2.0"
|
|
}
|