-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 939 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "forerunner",
"version": "0.3.17",
"description": "forerunner is a distributed job queue framework",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/dropdownmenu/forerunner.git"
},
"keywords": [
"forerunner",
"job",
"queue",
"distributed",
"worker"
],
"dependencies": {
"socket.io": "0.9.x",
"underscore": "1.6.0",
"async": "0.2.9",
"socket.io-client": "0.9.16",
"request": "2.26.0",
"cheerio": "0.12.1",
"tar": "0.1.18",
"fstream": "0.1.24",
"robots": "0.9.2",
"node-uuid": "1.4.1"
},
"scripts": {
"test": "node test/test.js"
},
"devDependencies": {
"forerunner-redis-queue": "0.0.x",
"forerunner-queue-tests": "0.0.x",
"forerunner-store-tests": "0.0.x",
"forerunner-postgres-store": "0.0.x",
"forerunner-redis-collector": "0.0.x",
"derconf": "0.0.x",
"vows": "~0.7.0"
}
}