{
  "name": "node-red-contrib-amqp-ack",
  "version": "1.1.2",
  "description": "Node-RED AMQP input and output nodes with ack and prefetch",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "amqp",
    "rabbitmq",
    "amqp-ts"
  ],
  "node-red": {
    "nodes": {
      "amqp": "lib/amqp.js"
    }
  },
  "files": [
    "lib/*"
  ],
  "author": "ElGranLoky",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/elgranloky/node-red-contrib-amqp-ack"
  },
  "homepage": "https://github.com/elgranloky/node-red-contrib-amqp-ack#readme",
  "dependencies": {
    "amqp-ts": "^1.0.0",
    "getos": "^3.1.1"
  },
  "devDependencies": {
    "del": "^2.2.2",
    "gulp": "^4.0.1",
    "gulp-add-src": "^1.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-rename": "^1.4.0",
    "gulp-tslint": "^5.0.0",
    "gulp-typescript": "^2.14.1",
    "tslint": "^3.15.1",
    "typescript": "^1.8.10"
  }
}
