-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"author": "Glen R. Goodwin (http://www.arei.net)",
"name": "threadful",
"keywords": [ "Threadful","Thread","Worker","Workers","Process","Child Process","Web Worker","Threads","Threading","Threaded","Multi-Thread","Multi-Threading","Multi-Threading" ],
"description": "Common 'Thread' behavior for Browsers (using Web Workers) or Node (using Child Process).",
"version": "0.0.1",
"homepage": "https://github.com/arei/threadful",
"bugs": {
"url": "https://github.com/arei/threadful/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arei/threadful/blob/master/LICENSE.txt"
}
],
"repository": {
"type": "git",
"url": "git://github.com/arei/threadful.git"
},
"main": "threadful.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}