UNPKG

anvil-connect-sdk

Version:
59 lines (58 loc) 1.35 kB
{ "name": "anvil-connect-sdk", "version": "0.1.11", "description": "Nodejs SDK for Anvil Connect", "author": { "name": "Christian Smith", "email": "smith@anvil.io", "url": "http://anvil.io" }, "contributors": [ { "name": "Tom Kersten", "email": "tom@whitespur.com", "url": "http://tomkersten.com" } ], "main": "index.js", "scripts": { "test": "mocha --compilers coffee:coffee-script/register -R spec --watch" }, "repository": { "type": "git", "url": "git://github.com/christiansmith/anvil-connect-nodejs.git" }, "keywords": [ "OpenID", "OpenID Connect", "OAuth", "OAuth 2.0", "Anvil", "Anvil Connect", "Authentication", "Authorization" ], "license": "MIT", "bugs": { "url": "https://github.com/christiansmith/anvil-connect-nodejs/issues" }, "homepage": "https://github.com/christiansmith/anvil-connect-nodejs", "dependencies": { "anvil-connect-jwt": "^0.1.2", "async": "~0.9.0", "base64url": "0.0.6", "form-urlencoded": "0.0.6", "jwa": "0.0.2", "lodash": "~2.4.1", "request": "~2.34.0", "superagent": "~0.18.0", "uri-js": "~1.4.2" }, "devDependencies": { "chai": "~1.9.1", "coffee-script": "^1.7.1", "sinon": "~1.9.1", "sinon-chai": "~2.5.0", "nock": "~0.31.1" } }