UNPKG

1.37 kBJSONView Raw
1{
2 "name": "amqp10",
3 "version": "3.2.1",
4 "description": "Native AMQP-1.0 client for node.js",
5 "main": "./lib",
6 "engines": {
7 "node": ">= 0.10"
8 },
9 "dependencies": {
10 "buffer-builder": "^0.2.0",
11 "bl": "^1.1.2",
12 "bluebird": "^3.4.0",
13 "debug": "^2.2.0",
14 "lodash": "^4.13.1",
15 "node-amqp-encoder": "^0.0.2",
16 "node-int64": "^0.4.0",
17 "stately.js": "^1.3.0",
18 "uuid": "^2.0.2"
19 },
20 "devDependencies": {
21 "benchmark": "^2.1.0",
22 "chai": "^3.5.0",
23 "chai-string": "^1.2.0",
24 "conventional-changelog-cli": "^1.2.0",
25 "istanbul": "^0.4.3",
26 "jsdoc-to-markdown": "^1.3.6",
27 "jshint": "^2.9.2",
28 "mocha": "^2.5.3",
29 "qmf2": "^0.1.5",
30 "stream-buffers": "^3.0.0"
31 },
32 "scripts": {
33 "version": "make changelog && git add CHANGELOG.md"
34 },
35 "author": {
36 "name": "noodlefrenzy",
37 "email": "milanz@microsoft.com",
38 "url": "http://www.mikelanzetta.com"
39 },
40 "contributors": [
41 {
42 "name": "mbroadst",
43 "email": "mbroadst@gmail.com",
44 "url": "https://github.com/mbroadst"
45 }
46 ],
47 "homepage": "https://github.com/noodlefrenzy/node-amqp10",
48 "license": "MIT",
49 "keywords": [
50 "amqp",
51 "amqp 1.0",
52 "amqp-1-0",
53 "amqp10",
54 "messaging",
55 "queues"
56 ],
57 "repository": {
58 "type": "git",
59 "url": "https://github.com/noodlefrenzy/node-amqp10.git"
60 }
61}