forked from jolira/backgrounder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 801 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "backgrounder",
"description": "yet another library for spawning multiple independent background workers as well as multiple pool of workers, v0.5 fork API to communicate with them; the library also supports callback between processes",
"version": "0.2.6",
"homepage": "http://jolira.github.com/backgrounder",
"author": "Joachim Kainz <info@jolira.com>",
"contributors": [{
"name": "Joachim Kainz",
"email": "info@jolira.com"
}],
"keywords": ["fork", "spawn", "child", "process", "worker"],
"repository": "git://github.com/jolira/backgrounder.git",
"main": "index",
"scripts": {
"prepublish": "npm prune"
},
"engines": {
"node": ">= 0.4.9"
},
"dependencies": {
"underscore": "1.1.7"
}
}