Commit 3c14ed042a9f3b0a6931419cbe2d5123ab5401da

Authored by Adhidarma Hadiwinoto
1 parent 0bb82f0bd5
Exists in master

add redis

Showing 2 changed files with 5 additions and 1 deletions Side-by-side Diff

... ... @@ -0,0 +1 @@
  1 +node_modules/
... ... @@ -15,5 +15,8 @@
15 15 "r97"
16 16 ],
17 17 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
18   - "license": "BSD"
  18 + "license": "BSD",
  19 + "dependencies": {
  20 + "redis": "~1.0.0"
  21 + }
19 22 }