forked from LeanKit-Labs/wascally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 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
{
"name": "wascally",
"version": "0.2.3",
"description": "Abstractions to simplify working with the wascally wabbitMQ",
"main": "src/index.js",
"repository": "https://github.com/leankit-labs/wascally",
"scripts": {
"test": "gulp coverage"
},
"author": "LeanKit",
"contributors": [
{
"name": "Alex Robson",
"email": "[email protected]",
"url": "http://github.com/arobson"
},
{
"name": "Doug Neiner",
"url": "http://code.dougneiner.com"
},
{
"name": "Derick Bailey",
"url": "http://derickbailey.com/"
},
{
"name": "John Mathis",
"url": "http://github.com/JohnDMathis"
},
{
"name": "Austin Young",
"url": "http://github.com/LeankitAustin"
},
{
"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"
}
],
"license": "MIT License - http://opensource.org/licenses/MIT",
"devDependencies": {
"gulp": "~3.8.1",
"biggulp": "0.*.*",
"chai": "^2.0.0",
"chai-as-promised": "^4.2.0",
"sinon": "^1.12.2"
},
"dependencies": {
"amqplib": "~0.3.0",
"debug": "^2.1.1",
"lodash": "~2.4.1",
"machina": "^0.3.6",
"monologue.js": "~0.1.4",
"node-uuid": "^1.4.1",
"postal": "1.0.*",
"when": "~3.0.0",
"whistlepunk": "0.2.0"
}
}