UNPKG

starzky

Version:

A higher level and opinionated library on top of node-amqp.

40 lines (39 loc) 894 B
{ "name": "starzky", "version": "0.3.3", "description": "A higher level and opinionated library on top of node-amqp.", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/recurly/starsky.git" }, "keywords": [ "rabbitmq", "node-amqp" ], "author": "Recurly, with some edits by @demands", "license": "MIT", "bugs": { "url": "https://github.com/recurly/starsky/issues" }, "homepage": "https://github.com/recurly/starsky", "devDependencies": { "should": "2.1.1", "jshint-stylish": "0.1.4", "mocha": "1.16.1", "jshint": "2.3.0", "sinon": "^1.10.2" }, "dependencies": { "amqp": "0.2.0", "node-uuid": "1.4.1", "commander": "2.1.0", "debug": "0.7.4", "to-snake-case": "0.1.2", "to-space-case": "0.1.3", "component-type": "1.0.0" } }