@webgap/token
Version:
WebGAP Tokenizer module. Handles JWT encoding / decoding features.
38 lines (37 loc) • 836 B
JSON
{
"name": "@webgap/token",
"description": "WebGAP Tokenizer module. Handles JWT encoding / decoding features.",
"author": "Manuel Martins <manuelmachadomartins@gmail.com>",
"version": "0.1.2",
"license": "Apache-2.0",
"engine": "node >= 0.12.0",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git://github.com/webgap/token.git"
},
"bugs": {
"url": "https://github.com/webgap/token/issues"
},
"keywords": [
"webgap",
"token",
"tokenizer",
"jwt",
"timed-token"
],
"dependencies": {
"@webgap/logger": "0.2.x",
"@webgap/configuration": "0.1.x",
"hat": "0.0.x",
"jwt-simple": "0.4.x",
"moment": "2.10.x"
},
"devDependencies": {
"codeclimate-test-reporter": "0.1.x",
"istanbul":"0.4.x",
"mocha": "2.3.x"
}
}