UNPKG

refresh-token

Version:

Returns a new oauth2 access token when expired.

26 lines (25 loc) 528 B
{ "name": "refresh-token", "version": "1.0.0", "description": "Returns a new oauth2 access token when expired.", "main": "lib/refresh.js", "keywords": [ "oauth2", "oauth", "refresh", "token" ], "scripts": { "test": "mocha --require should" }, "repository": "", "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)", "license": "MIT", "dependencies": { "request": "^2.68.0" }, "devDependencies": { "should": "~1.2.1", "mocha": "~1.7.4" } }