package.json 1.74 KB
{
  "name": "amqplib",
  "homepage": "http://squaremo.github.io/amqp.node/",
  "main": "./channel_api.js",
  "version": "0.4.2",
  "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/squaremo/amqp.node.git"
  },
  "engines": {
    "node": ">=0.8 <6 || ^6"
  },
  "dependencies": {
    "bitsyntax": "~0.0.4",
    "buffer-more-ints": "0.0.2",
    "readable-stream": "1.x >=1.1.9",
    "when": "~3.6.2"
  },
  "devDependencies": {
    "mocha": "~1",
    "claire": "0.4.1",
    "uglify-js": "2.4.x",
    "istanbul": "0.1.x"
  },
  "scripts": {
    "test": "make test",
    "prepublish": "make"
  },
  "keywords": [
    "AMQP",
    "AMQP 0-9-1",
    "RabbitMQ"
  ],
  "author": {
    "name": "Michael Bridgen",
    "email": "mikeb@squaremobius.net"
  },
  "license": "MIT",
  "gitHead": "46d14f8f0916d49a2e9fa7e8596ddc68b0ab5007",
  "bugs": {
    "url": "https://github.com/squaremo/amqp.node/issues"
  },
  "_id": "amqplib@0.4.2",
  "_shasum": "5e4a2a914ccb3125f9cb91f6da07c97aa4cb13a6",
  "_from": "amqplib@latest",
  "_npmVersion": "3.9.3",
  "_nodeVersion": "6.2.1",
  "_npmUser": {
    "name": "squaremo",
    "email": "mikeb@squaremobius.net"
  },
  "maintainers": [
    {
      "name": "squaremo",
      "email": "mikeb@squaremobius.net"
    }
  ],
  "dist": {
    "shasum": "5e4a2a914ccb3125f9cb91f6da07c97aa4cb13a6",
    "tarball": "https://registry.npmjs.org/amqplib/-/amqplib-0.4.2.tgz"
  },
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/amqplib-0.4.2.tgz_1465287074710_0.32056331844069064"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.4.2.tgz",
  "readme": "ERROR: No README data found!"
}