-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "hookery",
"version": "0.1.0",
"description": "Wtf, is this hookery in distributed manner with some rabbits and events?",
"main": "index.js",
"scripts": {
"test": "mocha",
"jsdoc": "jsdoc -R README.md -P package.json -r lib/* -c jsdoc.conf.json",
"push-docs": "git push origin `git subtree split --prefix out/hookery/* master`:gh-pages --force"
},
"repository": {
"type": "git",
"url": "https://github.com/GateHubNet/hookery.git"
},
"keywords": [
"hookery",
"rabbits",
"events",
"rabbitmq"
],
"author": "Jaka Hudoklin <jakahudoklin@gmail.com> (http://www.jakahudoklin.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GateHubNet/hookery/issues"
},
"homepage": "https://github.com/GateHubNet/hookery",
"dependencies": {
"amqp": "^0.2.4",
"bluebird": "^2.10.0",
"chai-as-promised": "^5.1.0",
"hoek": "^2.14.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-things": "^0.2.0",
"jsdoc": "^3.3.2",
"mocha": "^2.3.2",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"uuid": "^2.0.1"
}
}