UNPKG

worker-function

Version:

Create functions executed within a web worker and return promises

30 lines (29 loc) 704 B
{ "name": "worker-function", "version": "2.0.2", "description": "Create functions executed within a web worker and return promises", "main": "WorkerFunction.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/arqex/worker-function.git" }, "keywords": [ "webworker", "promise", "inline", "function" ], "author": "Javier Marquez", "license": "MIT", "bugs": { "url": "https://github.com/arqex/worker-function/issues" }, "homepage": "https://github.com/arqex/worker-function#readme", "devDependencies": {}, "dependencies": { "benchmark": "^2.1.4" } }