package.json 382 B

12345678910111213141516
  1. {
  2. "name": "amqplib-tutorials",
  3. "version": "0.0.1",
  4. "description": "The RabbitMQ tutorials, ported to amqplib",
  5. "main": "send.js",
  6. "dependencies": {
  7. "amqplib": "../..",
  8. "uuid": "*"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": "",
  14. "author": "Michael Bridgen <mikeb@squaremobius.net>",
  15. "license": "MPL 2.0"
  16. }