diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json index fb5db5f..d5d9a72 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,8 @@ "r97" ], "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", - "license": "BSD" + "license": "BSD", + "dependencies": { + "redis": "~1.0.0" + } }