Skip to content

Commit

Permalink
Initial commit - setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshpai committed Apr 26, 2013
0 parents commit 97cde31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "errorception-hooks",
"version": "0.0.1",
"description": "Service hooks for Errorception",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"request": "~2.20.0"
}
}

0 comments on commit 97cde31

Please sign in to comment.