UNPKG

green-jwt

Version:

Node implementation of JSON Web Token (JWT) with support for signatures (JWS), encryption (JWE) and web keys (JWK).

41 lines (39 loc) 985 B
{ "name": "green-jwt", "version": "0.0.8-alpha", "description": "Node implementation of JSON Web Token (JWT) with support for signatures (JWS), encryption (JWE) and web keys (JWK). ", "author": { "name" : "Bernardo Gomez Palacio", "email": "bernardo.gomezpalacio@gmail.com" }, "repository" : { "type" : "git", "url" : "git://github.com/berngp/node-green-jwt.git" }, "homepage" : "http://github.com/berngp/node-green-jwt", "contributors" : [ { "name": "Bernardo Gomez Palacio", "email": "bernardo.gomezpalacio@gmail.com" }, { "name": "Kazuhito Hokamura", "email": "k.hokamura@gmail.com" } ], "keywords": [ "jwt", "jws", "jwe", "jwk" ], "dependencies": { }, "devDependencies": { "coffee-script": "latest", "mocha": "*", "should": "*" }, "engines" : { "node" : ">=0.8" }, "scripts" : { "test" : "cake test", "all" : "make all" }, "main": "index" }