forked from bakkerthehacker/bramqp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 818 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
33
34
35
36
37
{
"name" : "bramqp",
"version" : "0.1.15",
"description" : "bakkerthehacker's rad AMQP library",
"keywords" : [ "amqp", "bramqp" ],
"homepage" : "http://github.com/bakkerthehacker/bramqp",
"bugs" : {
"url" : "http://github.com/bakkerthehacker/bramqp/issues"
},
"license" : "MIT",
"author" : {
"name" : "Grant Bakker",
"email" : "bakkerthehacker@gmail.com",
"url" : "http://github.com/bakkerthehacker/"
},
"contributors" : [],
"main" : "./lib/bramqp",
"repository" : {
"type" : "git",
"url" : "git://github.com/bakkerthehacker/bramqp.git"
},
"dependencies" : {
"async" : "~0.9.0",
"xml2js" : "~0.4.3",
"buffer-more-ints" : "~0.0.2"
},
"devDependencies" : {
"vows" : "~0.7.0"
},
"scripts" : {
"test" : "vows --spec"
},
"engines" : {
"node" : ">= 0.10.0"
},
"readme" : ""
}