Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Shull committed Aug 12, 2010
1 parent a99bb7f commit 068a112
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions package.json
@@ -1,37 +1,37 @@
{
"name": "node-proxy",
"version": "0.2.2",
"description": "A module for node implementing part of the Harmony Catch-All Proxies specification found at http://wiki.ecmascript.org/doku.php?id=harmony:proxies",
"keywords": [
"interceptor",
"proxy",
"overload",
"__noSuchMethod__"
],
"contributors": [ "Sam Shull <http://www.google.com/profiles/brickysam26>" ],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.html"
}
],
"bugs":{
"web":"http://github.com/brickysam26/node-proxy/issues"
},
"implements": [
"http://wiki.ecmascript.org/doku.php?id=harmony:proxies"
],
"engines": {
"node" : ">=0.1.103"
},
"repositories": [
{
"type": "git",
"url": "http://github.com/brickysam26/node-proxy"
}
],
"main": "./lib/node-proxy.node",
"scripts":{
"install":"make"
}
}
{
"name": "node-proxy",
"version": "0.2.4",
"description": "A module for node implementing part of the Harmony Catch-All Proxies specification found at http://wiki.ecmascript.org/doku.php?id=harmony:proxies",
"keywords": [
"interceptor",
"proxy",
"overload",
"__noSuchMethod__"
],
"contributors": [ "Sam Shull <http://www.google.com/profiles/brickysam26>" ],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.html"
}
],
"bugs":{
"web":"http://github.com/brickysam26/node-proxy/issues"
},
"implements": [
"http://wiki.ecmascript.org/doku.php?id=harmony:proxies"
],
"engines": {
"node" : ">=0.1.103"
},
"repositories": [
{
"type": "git",
"url": "http://github.com/brickysam26/node-proxy"
}
],
"main": "./lib/node-proxy.node",
"scripts":{
"install":"make"
}
}

0 comments on commit 068a112

Please sign in to comment.