Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
node-http-proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
node-http-proxy
Commits
76ecb51e
Commit
76ecb51e
authored
May 21, 2011
by
indexzero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dist] Version bump. 0.5.8. Forwards compatible with new versions of nodejs
parent
74120d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+2
-2
No files found.
package.json
View file @
76ecb51e
{
{
"name"
:
"http-proxy"
,
"name"
:
"http-proxy"
,
"description"
:
"A full-featured http reverse proxy for node.js"
,
"description"
:
"A full-featured http reverse proxy for node.js"
,
"version"
:
"0.5.
7
"
,
"version"
:
"0.5.
8
"
,
"author"
:
"Charlie Robbins <charlie.robbins@gmail.com>"
,
"author"
:
"Charlie Robbins <charlie.robbins@gmail.com>"
,
"contributors"
:
[
"contributors"
:
[
{
"name"
:
"Mikeal Rogers"
,
"email"
:
"mikeal.rogers@gmail.com"
},
{
"name"
:
"Mikeal Rogers"
,
"email"
:
"mikeal.rogers@gmail.com"
},
...
@@ -26,5 +26,5 @@
...
@@ -26,5 +26,5 @@
"main"
:
"./lib/node-http-proxy"
,
"main"
:
"./lib/node-http-proxy"
,
"bin"
:
{
"node-http-proxy"
:
"./bin/node-http-proxy"
},
"bin"
:
{
"node-http-proxy"
:
"./bin/node-http-proxy"
},
"scripts"
:
{
"test"
:
"vows test/*-test.js --spec && vows test/*-test.js --spec --https"
},
"scripts"
:
{
"test"
:
"vows test/*-test.js --spec && vows test/*-test.js --spec --https"
},
"engines"
:
{
"node"
:
"= 0.4.7"
}
"engines"
:
{
"node"
:
"
>
= 0.4.7"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment