paypro: use an http proxy to handle self-signed certs - probably not a good idea.

This commit is contained in:
Christopher Jeffrey 2014-08-04 10:11:12 -07:00 committed by Manuel Araoz
commit abf71a81ff
3 changed files with 176 additions and 50 deletions

View file

@ -14,7 +14,8 @@
"preconditions": "^1.0.7",
"sinon": "1.9.1",
"mocha-lcov-reporter": "0.0.1",
"mocha": "^1.18.2"
"mocha": "^1.18.2",
"request": "2.39.0"
},
"scripts": {
"shell": "node shell/scripts/launch.js",