forked from ecstasy2/ikue
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 844 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 844 Bytes
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
{
"name": "ikue",
"version": "0.0.12",
"description": "A framework that allows worker scheduling and job dispatch through an amqp broker (i.e. RabbitMQ)",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"queue",
"workers",
"messages",
"queue",
"amqp",
"rabbitmq"
],
"author": "Diallo Bobo <bobo.diaraye@gmail.com>",
"license": "ISC",
"dependencies": {
"amqp": "^0.2.0",
"lodash": "^3.0.0",
"merge": "^1.2.0",
"node-uuid": "^1.4.2",
"vasync": "^1.6.0",
"restler": "^3.2.2"
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0"
},
"bugs": "https://github.com/ecstasy2/ikue/issues",
"repository": {
"type": "git",
"url": "https://github.com/ecstasy2/ikue.git"
}
}