forked from aduis/hapi-rabbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
{
"name": "hapi-rabbit",
"version": "0.0.4",
"description": "hapijs rabbitMQ plugin",
"main": "index.js",
"keywords": [
"hapi",
"rabbit.js",
"rabbitMQ",
"event",
"messageQueue",
"messageBus"
],
"dependencies": {
"hapi": "^8.0.0",
"hoek": "^2.10.0",
"joi": "^5.0.2",
"rabbit.js": "^0.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/aduis/hapi-rabbit.git"
},
"author": "Andre Duis <[email protected]>",
"contributors": [
{
"name": "Markus Dethlefsen",
"email": "[email protected]"
}
],
"scripts": {
"start": "node index.js"
},
"license": "ISC",
"devDependencies": {
"assert": "^1.1.2",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-includes": "~0.4.0",
"grunt-mocha-cov": "^0.3.0",
"grunt-mocha-istanbul": "^2.2.0",
"grunt-mocha-test": "^0.12.4",
"istanbul": "^0.3.5",
"mocha": "^2.0.1"
}
}