@feathersjs/authentication-oauth1
Version:
A Feathers OAuth1 authentication strategy
59 lines (58 loc) • 1.4 kB
JSON
{
"name": "@feathersjs/authentication-oauth1",
"description": "A Feathers OAuth1 authentication strategy",
"version": "1.1.1",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 6"
},
"scripts": {
"test": "mocha --opts ../../mocha.opts"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/errors": "^3.3.6",
"debug": "^4.0.0",
"lodash.merge": "^4.6.0"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.16",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"body-parser": "^1.15.2",
"chai": "^4.0.2",
"express-session": "^1.14.2",
"feathers-memory": "^3.0.0",
"mocha": "^5.2.0",
"passport-strategy": "^1.0.0",
"passport-twitter": "^1.0.4",
"sinon": "^7.2.3",
"sinon-chai": "^3.0.0"
},
"gitHead": "2a6dc7019926fb92840045e904c7b9ac61c4c9ea"
}