UNPKG

akamai-auth-token

Version:
31 lines (30 loc) 734 B
{ "name": "akamai-auth-token", "version": "1.0.7", "description": "A sample library for generating akamai auth token", "main": "lib/index.js", "repository" : { "type" : "git", "url" : "https://github.com/anilGupta/akamai-token-generator.git" }, "scripts": { "build": "babel src --presets es2015,stage-2 --out-dir lib", "prepublish": "npm run build" }, "author": "AnilGupta <anil6080@gmail.com>", "license": "MIT", "devDependencies": { "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-2": "^6.11.0", "babel-register": "^6.11.6", "nodemon": "^1.10.0" }, "keywords": [ "akamai", "edge", "auth", "token" ], "dependencies": { } }