forked from ceejbot/fivebeans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 827 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name" : "fivebeans",
"description" : "beanstalkd client & worker daemon for node.",
"version" : "0.2.0",
"author" : "C J Silverio <ceejceej@gmail.com>",
"keywords" : ["beanstalkd", "worker", "jobs" ],
"dependencies" : {
"js-yaml": "0.3.x",
"optimist": "0.3.x",
"winston": "0.5.x"
},
"devDependencies" : { "mocha": "0.9.x", "chai": "0.1.x" },
"repository" : { "type": "git",
"url" : "git://github.com/ceejbot/fivebeans.git" },
"bugs" : "http://github.com/ceejbot/fivebeans/issues",
"main" : "fivebeans",
"bin" : { "beanworker": "./bin/beanworker" },
"scripts" : { "test": "mocha -R spec test/test.js" }
}