oauth_reverse_proxy
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "oauth_reverse_proxy", | ||
"description": "An OAuth 1.0a authenticating reverse proxy", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"contributors": [ | ||
@@ -24,3 +24,6 @@ { | ||
"compression": "1.0.6", | ||
"coveralls": "^2.11.2", | ||
"express": "4.0.0", | ||
"grunt": "^0.4.5", | ||
"grunt-coveralls": "^1.0.0", | ||
"istanbul": "0.2.11", | ||
@@ -38,5 +41,4 @@ "method-override": "1.0.2", | ||
"test": "./node_modules/.bin/_mocha --reporter spec -t 10000 test | bunyan", | ||
"test_win": ".\\node_modules\\mocha\\bin\\_mocha --reporter spec -t 10000 test", | ||
"cov": "XUNIT_FILE=\"reports/TESTS-xunit.xml\" node_modules/.bin/istanbul cover --root . -x node_modules -x test --dir ./reports ./node_modules/.bin/_mocha -- --reporter xunit-file -t 10000 test", | ||
"cov_win": "SET XUNIT_FILE=reports\\TESTS-xunit.xml& .\\node_modules\\.bin\\istanbul.cmd cover --root . -x node_modules -x test --dir reports .\\node_modules\\mocha\\bin\\_mocha -- --reporter xunit-file -t 10000 test" | ||
"cov": "`npm bin`/istanbul cover --root . -x node_modules -x test --dir ./reports `npm bin`/_mocha -- --reporter spec -t 10000 test", | ||
"coveralls": "npm run cov && node_modules/coveralls/bin/coveralls.js < reports/lcov.info" | ||
}, | ||
@@ -43,0 +45,0 @@ "licenses": [ |
@@ -11,2 +11,2 @@ oauth_reverse_proxy is an authenticating service proxy that fronts any web server and enforces that callers present the correct OAuth credentials. | ||
![Travis Build](https://travis-ci.org/ryanbreen/oauth_reverse_proxy.svg) | ||
![Travis Build](https://travis-ci.org/Cimpress-MCP/oauth_reverse_proxy.svg) |
Sorry, the diff of this file is not supported yet
3001
15816549
16