forked from postwait/node-amqp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{ "name" : "amqp"
, "description" : "AMQP driver for node"
, "keywords" : [ "amqp" ]
, "version" : "0.1.1"
, "preferGlobal" : true
, "author" : { "name" : "Ryan Dahl" }
, "contributors" :
[ { "name" : "Vasili Sviridov" }
, { "name" : "Theo Schlossnagle" }
, { "name" : "Vincent Desjardins" }
, { "name" : "Liang-Chi Hsieh" }
, { "name" : "Tim Baga" }
, { "name" : "Stéphane Alnet" }
, { "name" : "Alen Mujezinovic" }
, { "name" : "Michael Bridgen" }
, { "name" : "Chris Bond" }
]
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/postwait/node-amqp.git"
}
, "bugs" :
{ "url" : "http://github.com/postwait/node-amqp/issues"
}
, "main" : "./amqp"
, "engines" : { "node" : "0.4 || 0.5 || 0.6" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/postwait/node-amqp/raw/master/LICENSE-MIT"
}
]
}