forked from harrisiirak/bunyan-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 808 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
{
"name": "bunyan-redis",
"version": "0.1.4",
"description": "Bunyan redis transport",
"main": "index.js",
"dependencies": {
"json-stringify-safe": "^5.0.0",
"redis": "^0.10.3",
"vasync": "^1.4.3"
},
"devDependencies": {
"bunyan": "^1.1.3",
"mocha": "^1.21.4",
"must": "^0.12.0",
"redis-mock": "^0.3.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec test/*"
},
"repository": {
"type": "git",
"url": "git://github.com/harrisiirak/bunyan-redis.git"
},
"keywords": [
"redis",
"bunyan",
"log"
],
"author": "Harri Siirak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harrisiirak/bunyan-redis/issues"
},
"homepage": "https://github.com/harrisiirak/bunyan-redis"
}