UNPKG

587 BJSONView Raw
1{
2 "name": "freddy",
3 "version": "0.0.17",
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 "dependencies" : {
13 "coffee-script": ">=1.4",
14 "amqp" : "latest",
15 "winston": "latest",
16 "async": "latest",
17 "underscore": "latest"
18 },
19 "devDependencies" : {
20 "mocha" : "latest",
21 "should" : "latest",
22 "sinon": "latest"
23 }
24
25}