-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 855 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
{
"name": "notify-redis-subscriber",
"version": "0.0.1",
"description": "A Redis subscriber for Notify",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
},
"dependencies": {
"debug": "~2.2.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"sinon": "^1.17.0",
"istanbul": "^0.4.0",
"coveralls": "^2.11.5",
"fakeredis": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mlebrun/notify-redis-subscriber.git"
},
"keywords": [
"notify"
],
"author": "Matt LeBrun",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlebrun/notify-redis-subscriber/issues"
},
"homepage": "https://github.com/mlebrun/notify-redis-subscriber"
}