-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
42
43
44
{
"name": "amq",
"version": "0.4.7",
"description": "A nodejs AMQP implementation built on top of amqplib's channel-oriented api. Connection/Queue/Exchange constructors supporting auto-reconnection and backoff.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/objectundefined/amq.git"
},
"keywords": [
"amqp",
"amq",
"queue",
"rabbitmq",
"amqplib"
],
"dependencies": {
"underscore": "~1.5.2",
"amqplib": "~0.1.0",
"when": "~2.5.1",
"re": "~0.1.1-2",
"node-uuid": "~1.4.1",
"recant": "~0.2.2"
},
"devDependencies": {
"mocha": "~1.14.0",
"benchtable": "0.0.2",
"request": "~2.27.0",
"benchmark": "~1.0.0",
"testify-benchmark": "~0.1.0",
"microtime": "~0.4.0",
"async": "~0.2.9"
},
"author": "Gabriel Lipson",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "58e9fff4be5b4aa2251d1230f353c65297600822",
"bugs": {
"url": "https://github.com/objectundefined/amq/issues"
}
}