-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 901 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
{
"name": "archiejs-kue-enhancer",
"description": "Makes it easy to create kue-redis based microservices",
"version": "0.4.0",
"author": "Naval Saini <[email protected]>",
"contributors": [
{
"name": "Naval Saini",
"email": "[email protected]"
}
],
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/archiejs/archiejs-kue-enhancer.git"
},
"scripts": {
"test": "mocha test"
},
"dependencies": {
"debug": "^2.2.0",
"kue": "^0.10.5",
"parent-require": "^1.0.0"
},
"peerDependencies": {
"archiejs": "^0.3.1"
},
"devDependencies": {
"archiejs": "^0.2.0",
"chai": "^3.3.0",
"chai-things": "^0.2.0",
"mocha": "^2.3.3"
},
"optionalDependencies": {},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/flipflopapp/archiejs/blob/master/LICENSE"
}
]
}