Skip to content

Commit

Permalink
Gitignore and package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Elie Fauche committed Sep 16, 2012
1 parent 24e5ffc commit b3ca922
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ logs
results

node_modules
npm-debug.log
npm-debug.log

lib
31 changes: 31 additions & 0 deletions package.json
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"
},
}

0 comments on commit b3ca922

Please sign in to comment.