anvil-connect-nodejs
Version:
Anvil Connect JavaScript client for Node.js
73 lines (72 loc) • 1.74 kB
JSON
{
"name": "anvil-connect-nodejs",
"version": "0.4.3",
"description": "Anvil Connect JavaScript client for Node.js",
"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 test && mocha --compilers coffee:coffee-script/register -R spec && standard && echo Code looks good!",
"test-watch": "mocha --compilers coffee:coffee-script/register -R spec --watch",
"lint": "eslint --ignore-path .gitignore . && echo Code looks good!"
},
"repository": {
"type": "git",
"url": "https://github.com/anvilresearch/connect-nodejs.git"
},
"keywords": [
"OpenID",
"OpenID Connect",
"OAuth",
"OAuth 2.0",
"Anvil",
"Anvil Connect",
"Authentication",
"Authorization"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/anvilresearch/connect-nodejs/issues"
},
"homepage": "https://github.com/anvilresearch/connect-nodejs",
"dependencies": {
"anvil-connect-jwt": "^0.1.8",
"async": "^1.3.0",
"base64url": "^1.0.4",
"jwa": "^1.0.1",
"lodash": "^3.10.0",
"qs": "^5.0.0",
"request-promise": "^1.0.1",
"superagent": "^1.2.0"
},
"devDependencies": {
"chai": "^3.0.0",
"coffee-script": "^1.7.1",
"mocha": "^2.3.3",
"nock": "^2.6.0",
"pem-jwk": "^1.5.1",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"standard": "^7.1.0"
},
"standard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
}
}