-
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.
- Loading branch information
Pierre-Elie Fauche
committed
Sep 16, 2012
1 parent
24e5ffc
commit b3ca922
Showing
2 changed files
with
34 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -12,4 +12,6 @@ logs | |
results | ||
|
||
node_modules | ||
npm-debug.log | ||
npm-debug.log | ||
|
||
lib |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "coffee_klout", | ||
"description": "Klout API v2 wrapper, Coffee style.", | ||
"version": "0.0.1", | ||
"author": "Pierre-Élie Fauché <[email protected]>", | ||
"homepage": "https://github.com/pierreliefauche/coffee_klout", | ||
"engines": { | ||
"node": ">= 0.8.1", | ||
"npm": ">=1.1.49" | ||
}, | ||
"keywords": [ | ||
"klout", | ||
"coffee_klout", | ||
"api" | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/mit-license.php" | ||
} | ||
], | ||
"main": "./lib/index", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/pierreliefauche/coffee_klout.git" | ||
}, | ||
"dependencies": { | ||
"request": ">=2.11.1", | ||
"underscore": ">=1.3.3" | ||
}, | ||
} |