-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
82 lines (82 loc) · 1.84 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "wascally",
"version": "0.3.0",
"description": "Abstractions to simplify working with the wascally wabbitMQ",
"main": "src/index.js",
"repository": "https://github.com/leankit-labs/wascally",
"scripts": {
"lint": "jshint ./",
"test": "gulp test-and-exit"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "LeanKit",
"contributors": [
{
"name": "Alex Robson",
"email": "asrobson@gmail.com",
"url": "http://github.com/arobson"
},
{
"name": "Doug Neiner",
"url": "http://code.dougneiner.com"
},
{
"name": "Derick Bailey",
"url": "http://derickbailey.com/"
},
{
"name": "Joseph Frazier",
"url": "https://github.com/josephfrazier"
},
{
"name": "John Mathis",
"url": "http://github.com/JohnDMathis"
},
{
"name": "Austin Young",
"url": "http://github.com/LeankitAustin"
},
{
"name": "Jim Cowart",
"url": "http://github.com/ifandelse"
},
{
"name": "Scott Walters",
"url": "http://github.com/LeankitScott"
},
{
"name": "Eric Satterwhite",
"url": "http://codedependant.net/"
},
{
"name": "Leonardo Bispo de Oliveira",
"url": "http://blog.bispooliveira.de"
},
{
"name": "Michael Tuttle",
"url": "https://github.com/openam"
}
],
"license": "MIT",
"devDependencies": {
"biggulp": "^0.2.2",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0",
"sinon": "^1.17.2",
"sinon-as-promised": "^4.0.0"
},
"dependencies": {
"amqplib": "~0.4.0",
"debug": "^2.2.0",
"lodash": "^3.10.1",
"machina": "^1.1.2",
"monologue.js": "^0.3.4",
"node-uuid": "^1.4.7",
"postal": "^1.0.7",
"when": "^3.7.5",
"whistlepunk": "^0.3.2"
}
}