-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
49 lines (49 loc) · 903 Bytes
/
bower.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "thread",
"version": "0.1.16",
"description": "The definitive library for real parallel threads in the browser",
"license": "MIT",
"repository": "h2non/thread.js",
"author": "Tomas Aparicio",
"main": "./thread.js",
"keywords": [
"parallel",
"worker",
"webworker",
"processing",
"process",
"fork",
"compute",
"non-blocking",
"blocking",
"multiprocess",
"multithreading",
"child",
"multicore",
"spawn"
],
"ignore": [
"**/.*",
".*",
"*.md",
"src",
"lib/fake-worker.js",
"lib/index.js",
"lib/pool.js",
"lib/store.js",
"lib/task.js",
"lib/thread.js",
"lib/utils.js",
"lib/worker.js",
"test",
"karma.conf.js",
"Makefile",
".editorconfig",
".npmignore",
".gitignore",
".travis.yml",
".npmignore",
"package.json",
"component.json"
]
}