Skip to content

Commit

Permalink
Update package.json with new info. Add gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Schlak committed Jan 29, 2014
1 parent 487811c commit 95f49ee
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
lib-cov
lcov.info
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results
build
.grunt

node_modules

.DS_Store
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"main": "./lib/nodemock",
"description": "Simple Yet Powerful Mocking Framework for NodeJs",
"author": "Arunoda Susiripala <arunoda.susiripala@gmail.com>",
"homepage": "https://github.com/arunoda/nodemock",
"homepage": "https://github.com/realistschuckle/nodemock",
"contributors": [
"Curtis Schlak <realistschuckle@gmail.com>"
],
"licenses": [
{
"type": "The MIT License",
Expand All @@ -18,7 +21,7 @@
"repository" :
{
"type" : "git",
"url" : "git@github.com:arunoda/nodemock.git"
"url" : "git@github.com:realistschuckle/nodemock.git"
},

"tags" : ["mock", "unit", "testing", "nodemock"]
Expand Down

0 comments on commit 95f49ee

Please sign in to comment.