passport-wpoauth
Version:
Authentication strategy for Passport for Wordpress with WP-OAuth plugin.
53 lines (52 loc) • 1.37 kB
JSON
{
"name": "passport-wpoauth",
"version": "1.2.3",
"description": "Authentication strategy for Passport for Wordpress with WP-OAuth plugin.",
"keywords": [
"passport",
"wordpress",
"wp-oauth",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Thomas Lercher",
"email": "passport-wpoauth@tlercher.de"
},
"repository": {
"type": "git",
"url": "https://github.com/tlercher/passport-wpoauth.git"
},
"bugs": {
"url": "https://github.com/tlercher/passport-wpoauth/issues"
},
"license": "MIT",
"main": "./lib",
"engines": {
"node": ">= 4.4.0"
},
"dependencies": {
"passport-oauth2": "^1.2.0",
"string.prototype.endswith": "^0.2.0",
"string.prototype.includes": "^1.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"codeclimate-test-reporter": "^0.1.1",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"mocha": "^2.3.2"
},
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"codeclimate": "gulp test && cat coverage/lcov.info | ./node_modules/codeclimate-test-reporter/bin/codeclimate.js",
"test": "gulp test"
}
}