akamai-edgeauth
Version:
Akamai Edge Authorization Token for Property Manager Behavior
30 lines (29 loc) • 653 B
JSON
{
"name": "akamai-edgeauth",
"version": "0.2.0",
"description": "Akamai Edge Authorization Token for Property Manager Behavior",
"main": "./lib/edgeauth.js",
"scripts": {
"test": "mocha --reporter spec --no-timeouts --ui bdd ./test/test-*"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/AstinCHOI/Akamai-EdgeAuth-Node"
},
"keywords": [
"edgeauth",
"akamai",
"token",
"authorization",
"property manager"
],
"author": "Astin Choi <asciineo@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.4"
}
}