-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 Bytes
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
{
"name": "workerpool",
"version": "1.1.0",
"description": "A Worker pool implementation for RingoJS.",
"keywords": [
"concurrency",
"threadpool",
"multithreading"
],
"homepage": "https://github.com/orfon/workerpool/",
"author": {
"name": "Philipp Naderer",
"email": "philipp.naderer@orf.at",
"web": "http://github.com/orfon/"
},
"contributors": [
"Robert Gaggl (http://dev.orf.at)"
],
"repositories": [{
"type": "git",
"url": "https://github.com/orfon/workerpool.git"
}],
"bugs": "http://github.com/orfon/workerpool/issues",
"licenses": [{
"type": "Apache License Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}],
"engines": {
"ringojs": ">= 1.0.0"
},
"main": "./lib/workerpool"
}