-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaciWorker.jquery.json
39 lines (39 loc) · 1.47 KB
/
aciWorker.jquery.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
{
"name": "aciWorker",
"title": "aciWorker - Abstract web workers and not only",
"description": "aciWorker brings abstraction to web workers and allow JavaScript code execution even in their absence. It also adds the use of a FIFO queue so that it provides code execution in the calling order and allows CPU resources reservation when web workers are not present, thus ensuring greater responsiveness to the user interface.",
"keywords": [
"web",
"workers",
"abstract",
"setTimeout",
"thread"
],
"version": "1.0.0",
"author": {
"name": "Dragos Ursu",
"email":"dragosu@acoderinsights.ro",
"url": "https://github.com/dragosu"
},
"maintainers": [{
"name": "Dragos Ursu",
"email":"dragosu@acoderinsights.ro",
"url": "https://github.com/dragosu"
}],
"licenses": [{
"type": "MIT",
"url": "http://acoderinsights.ro/source/aciWorker/mit-licence.txt"
},{
"type": "GPLv2",
"url": "http://acoderinsights.ro/source/aciWorker/gpl-v2-licence.txt"
}],
"homepage": "http://acoderinsights.ro",
"demo": "http://acoderinsights.ro/source/aciWorker/aciWorker.html",
"download": "http://acoderinsights.ro/source/zip/aciWorker.zip",
"docs": "http://acoderinsights.ro/en/aciWorker-web-workers-with-jQuery",
"bugs": "https://github.com/dragosu/jquery-aciWorker/issues",
"dependencies": {
"jquery": ">=1.6.0",
"aciPlugin": ">=1.4.0"
}
}