-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 879 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
{
"author": "Dan VerWeire <[email protected]>",
"name": "redis-jsonify",
"description": "Save JSON representation of objects to redis when using node_redis",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git://github.com/wankdanker/node-redis-jsonify.git"
},
"dependencies": {},
"devDependencies": {
"multidep": "^2.0.2",
"redis": "^2.8.0",
"tape": "^4.9.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/wankdanker/node-redis-jsonify",
"scripts": {
"test": "multidep test/multidep.json && node test/test.js"
},
"bugs": {
"url": "https://github.com/wankdanker/node-redis-jsonify/issues"
},
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"redis",
"json",
"automatic",
"implicit"
],
"license": "MIT"
}