noodlefrenzy/node-amqp10

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "amqp10",
  "version": "3.6.0",
  "description": "Native AMQP-1.0 client for node.js",
  "main": "./lib",
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "bl": "^1.1.2",
    "bluebird": "^3.4.6",
    "buffer-builder": "^0.2.0",
    "debug": "^2.3.3",
    "lodash": "^4.17.2",
    "node-int64": "^0.4.0",
    "stately.js": "^1.3.0"
  },
  "devDependencies": {
    "benchmark": "^2.1.2",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-string": "^1.3.0",
    "conventional-changelog-cli": "^1.2.0",
    "gh-pages": "^0.12.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.2",
    "jshint": "^2.9.4",
    "mocha": "^3.2.0",
    "qmf2": "^0.1.5",
    "semver": "^5.4.1",
    "stream-buffers": "^3.0.1"
  },
  "scripts": {
    "version": "make changelog && git add CHANGELOG.md && make docs"
  },
  "author": {
    "name": "noodlefrenzy",
    "email": "milanz@microsoft.com",
    "url": "http://www.mikelanzetta.com"
  },
  "contributors": [
    {
      "name": "mbroadst",
      "email": "mbroadst@gmail.com",
      "url": "https://github.com/mbroadst"
    }
  ],
  "homepage": "https://github.com/noodlefrenzy/node-amqp10",
  "license": "MIT",
  "keywords": [
    "amqp",
    "amqp 1.0",
    "amqp-1-0",
    "amqp10",
    "messaging",
    "queues"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/noodlefrenzy/node-amqp10.git"
  }
}