forked from hunterloftis/jackrabbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 817 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
{
"name": "jackrabbit",
"version": "4.3.0",
"description": "Easy RabbitMQ for node",
"readme": "https://github.com/hunterloftis/jackrabbit/blob/master/readme.md",
"keywords": [
"amqp",
"rabbit",
"job",
"jobs",
"queue",
"task",
"resqueue"
],
"repository": "hunterloftis/jackrabbit",
"homepage": "https://github.com/hunterloftis/jackrabbit",
"bugs": "https://github.com/hunterloftis/jackrabbit/issues",
"main": "lib/jackrabbit.js",
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">= 0.10.x"
},
"author": "Hunter Loftis <[email protected]>",
"license": "MIT",
"dependencies": {
"amqplib": "0.4.0",
"lodash": "^3.10.1",
"node-uuid": "1.4.7"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
}
}