-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 931 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
38
39
40
41
42
{
"name": "lendico-hermes",
"version": "0.0.7",
"description": "Abstractions to simplify working with the RabbitMQ",
"main": "src/index.js",
"repository": "",
"scripts": {
"lint": "jshint ./",
"test": "gulp test-and-exit"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Lendico Brazil",
"contributors": [
{
"name": "Somar Onurb",
"email": "bruno.kruz@gmail.com",
"url": "https://github.com/BrunoKruz"
}
],
"license": "MIT",
"devDependencies": {
"biggulp": "*",
"chai": "*",
"chai-as-promised": "*",
"gulp": "*",
"sinon": "*",
"sinon-as-promised": "*"
},
"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"
}
}