UNPKG

passport-smartsheet

Version:

Smartsheet authentication strategy for Passport.

41 lines (40 loc) 839 B
{ "name": "passport-smartsheet", "version": "1.0.2", "description": "Smartsheet authentication strategy for Passport.", "keywords": [ "passport", "smartsheet", "auth", "authentication", "identity" ], "repository": { "type": "git", "url": "git://github.com/octoblu/passport-smartsheet.git" }, "bugs": { "url": "http://github.com/octoblu/passport-smartsheet/issues" }, "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "passport-oauth2": "~1.1.2" }, "engines": { "node": ">= 0.6.0" }, "scripts": { "test": "echo \"Oh boy, no test for you.\"" } }