Skip to content

Commit

Permalink
npm: update package.json, prepare v0.2.3
Browse files Browse the repository at this point in the history
* change the package name and project URLs, we're effectively forking
  until lloyd#50 is resolved

* add myself to the list of contributors
  • Loading branch information
bnoordhuis committed Jan 24, 2014
1 parent 34156cc commit a0e0df4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "memwatch",
"name": "strong-memwatch",
"description": "Keep an eye on your memory usage, and discover and isolate leaks.",
"version": "0.2.2",
"version": "0.2.3",
"author": "Lloyd Hilaiel (http://lloyd.io)",
"engines": { "node": ">= 0.6.0" },
"repository": {
"type": "git",
"url": "https://github.com/lloyd/node-memwatch.git"
"url": "https://github.com/strongloop/node-memwatch.git"
},
"main": "include.js",
"licenses": [ { "type": "wtfpl" } ],
"bugs": {
"url" : "https://github.com/lloyd/node-memwatch/issues"
"url" : "https://github.com/strongloop/node-memwatch/issues"
},
"scripts": {
"install": "node-gyp rebuild",
Expand All @@ -23,6 +23,7 @@
"node-gyp": "0.5.7"
},
"contributors": [
"Ben Noordhuis <[email protected]> (http://strongloop.com/)",
"Jed Parsons (@jedp)",
"Jeff Haynie (@jhaynie)",
"Justin Matthews (@jmatthewsr-ms)"
Expand Down

0 comments on commit a0e0df4

Please sign in to comment.