UNPKG

passport-appleid

Version:

Apple authentication strategy for Passport.

46 lines (45 loc) 1.04 kB
{ "name": "passport-appleid", "version": "1.0.5", "description": "Apple authentication strategy for Passport.", "main": "./lib", "scripts": { "test": "node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js" }, "repository": { "type": "git", "url": "git://github.com/Techofficer/passport-apple.git" }, "keywords": [ "apple", "passport", "signin", "auth", "authentication" ], "author": { "name": "Artem Efremov", "email": "efremov.artserg@gmail.com", "url": "https://gotechmakers.com" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "bugs": { "url": "https://github.com/Techofficer/passport-apple/issues" }, "homepage": "https://github.com/Techofficer/passport-apple#readme", "dependencies": { "apple-signin": "^1.0.9", "passport-oauth2": "^1.5.0" }, "devDependencies": { "chai": "2.x.x", "chai-passport-strategy": "1.x.x", "mocha": "^6.1.4" } }