UNPKG

527 BJSONView Raw
1{
2 "name": "threads",
3 "version": "0.8.0",
4 "main": "dist/threads.browser.js",
5 "homepage": "https://github.com/andywer/threads.js",
6 "authors": [
7 "Andy Wermke <andy@dev.next-step-software.com>"
8 ],
9 "description": "Easy to use, yet powerful multi-threading library for node.js and the browser!",
10 "license": "MIT",
11 "keywords": [
12 "threads",
13 "web worker",
14 "cluster",
15 "child_process",
16 "threadpool",
17 "spawn",
18 "fork",
19 "parallel"
20 ],
21 "ignore": [
22 "node_modules",
23 "test"
24 ]
25}