-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set an optional Redis client to cache Klout API responses (recommende…
…d for resolving user identities)
- Loading branch information
Pierre-Elie Fauche
committed
Sep 16, 2012
1 parent
052f248
commit 809c4d7
Showing
2 changed files
with
64 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "coffee_klout", | ||
"description": "Klout API v2 wrapper, Coffee style.", | ||
"version": "0.0.1", | ||
"version": "0.0.9", | ||
"author": "Pierre-Élie Fauché <[email protected]>", | ||
"homepage": "https://github.com/pierreliefauche/coffee_klout", | ||
"engines": { | ||
|
@@ -25,7 +25,6 @@ | |
"url": "git://github.com/pierreliefauche/coffee_klout.git" | ||
}, | ||
"dependencies": { | ||
"request": ">=2.11.1", | ||
"underscore": ">=1.3.3" | ||
"request": ">=2.11.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters