forked from amqp-node/amqplib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1020 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
{
"name": "amqp-node",
"homepage": "https://github.com/CapitalGene/amqp.node.git",
"main": "./lib/index.js",
"version": "0.3.3",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
"url": "https://github.com/CapitalGene/amqp.node.git"
},
"dependencies": {
"amqp-node-defs": "^0.0.2",
"bitsyntax": "~0.0.4",
"bluebird": "^3.4.6",
"buffer-more-ints": "0.0.2",
"debug": "^2.1.0",
"readable-stream": "^2.0.3"
},
"devDependencies": {
"mocha": "^3.0.2",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"claire": "0.4.1",
"istanbul": "^0.4.0"
},
"scripts": {
"test": "NODE_ENV=testing BLUEBIRD_DEBUG=1 ./node_modules/mocha/bin/mocha --check-leaks -u tdd -t 10000 test/ --reporter spec"
},
"keywords": [
"AMQP",
"AMQP 0-9-1",
"RabbitMQ"
],
"author": "Michael Bridgen <[email protected]>",
"contributors": [
"Chen Liang <[email protected]>"
],
"license": "MIT"
}