UNPKG

649 BJSONView Raw
1{
2 "name": "freddy",
3 "version": "0.2.6",
4 "author": "Urmas Talimaa <urmas7@gmail.com>",
5 "description": "Simple messaging API supporting acknowledgements and request-response",
6 "reporistory" : {
7 "type" : "git",
8 "url" : "https://github.com/salemove/freddy"
9 },
10 "license" : "Apache-2.0",
11 "main": "./lib/freddy",
12 "scripts": {
13 "test": "mocha"
14 },
15 "dependencies" : {
16 "coffee-script": ">=1.4",
17 "amqplib" : ">=0.1.3",
18 "winston": ">= 0.7",
19 "async": ">=0.2.10",
20 "underscore": ">=1.6",
21 "q": ">= 1.0"
22 },
23 "devDependencies" : {
24 "mocha" : ">=1.17",
25 "should" : ">=3.1",
26 "sinon": "latest"
27 }
28
29}