{ "name": "oauth2orize-pkce", "version": "0.1.2", "description": "Extensions to support Proof Key for Code Exchange with OAuth2orize.", "keywords": [ "oauth2", "pkce" ], "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "repository": { "type": "git", "url": "git://github.com/jaredhanson/oauth2orize-pkce.git" }, "bugs": { "url": "http://github.com/jaredhanson/oauth2orize-pkce/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": {}, "devDependencies": { "make-node": "0.3.x", "mocha": "2.x.x", "chai": "2.x.x", "chai-oauth2orize-grant": "0.3.x" }, "engines": { "node": "*" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" } }