UNPKG

passport-bullhorn

Version:

Bullhorn (OAuth) authentication strategy for Passport

54 lines (53 loc) 1.21 kB
{ "name": "passport-bullhorn", "version": "0.0.4", "description": "Bullhorn (OAuth) authentication strategy for Passport", "keywords": [ "passport", "bullhorn", "oauth", "oauth2", "authentication" ], "main": "lib/index.js", "scripts": { "compile": "babel --stage 0 -d lib/ src/", "prepublish": "npm run compile", "test": "npm run compile && jest" }, "repository": { "type": "git", "url": "git+https://github.com/bullhorn/passport-bullhorn.git" }, "author": "Brian Kimball <bkimball@bullhorn.com>", "license": "MIT", "bugs": { "url": "https://github.com/bullhorn/passport-bullhorn/issues" }, "homepage": "https://github.com/bullhorn/passport-bullhorn", "dependencies": { "passport-oauth": "^1.0.0" }, "devDependencies": { "babel": "^5.6.14", "babel-jest": "^5.0.1", "jest-cli": "^0.4.0" }, "jest": { "scriptPreprocessor": "<rootDir>/node_modules/babel-jest", "testFileExtensions": [ "js" ], "moduleFileExtensions": [ "js", "json" ], "testDirectoryName": "test", "unmockedModulePathPatterns": [ "index" ] }, "directories": { "test": "test" } }