Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from chrisdewar/package.json
Browse files Browse the repository at this point in the history
Added package.json
  • Loading branch information
tsyd committed Aug 18, 2013
2 parents 3756a07 + 7afa7b6 commit f5db9d3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
@@ -0,0 +1,29 @@
{
"name": "proxy-tamper",
"description": "A HTTP proxy library for node.js that allows for selective requests to be tampered.",
"keywords": [
"proxy",
"tamper"
],
"author": {
"name": "Thomas Sydorowski"
},
"version": "0.1.1",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/tsyd/proxy-tamper/master/LICENSE"
}
],
"engines": {
"node": ">=0.8.0"
},
"main": "./lib/proxy-tamper.js",
"homepage": "http://github.com/tsyd/proxy-tamper",
"bugs": "https://github.com/tsyd/proxy-tamper/issues",
"repository": {
"type": "git",
"url": "git://github.com/tsyd/proxy-tamper.git"
},
"readmeFilename": "README.md"
}

0 comments on commit f5db9d3

Please sign in to comment.