edgegrid-updated-log4js
Version:
Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js
38 lines (37 loc) • 841 B
JSON
{
"name": "edgegrid-updated-log4js",
"version": "3.0.9",
"description": "Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js",
"main": "index.js",
"scripts": {
"test": "EDGEGRID_ENV=test ./node_modules/.bin/mocha $(find test -name '*.js')"
},
"repository": {
"type": "git",
"url": "https://github.com/oliveiramarcio/AkamaiOPEN-edgegrid-node.git"
},
"keywords": [
"akamai",
"open",
"api",
"edgegrid"
],
"author": "Jonathan Bennett",
"contributors": [
"Darius Kazemi",
"Mike Ball",
"Kyle Tyacke",
"Marcio Oliveira"
],
"license": "Apache-2.0",
"dependencies": {
"log4js": "^1.0.0",
"moment": "^2.22.2",
"request": "^2.88.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"nock": "^10.0.1"
}
}