portfolio/packages/portal/package.json
2018-03-28 14:18:17 -05:00

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"
}