Files
biomedjs/node_modules/jwt-simple/package.json
Dobie Wollert f5bc55b1f5 Deps updates
2015-11-24 22:12:24 -08:00

58 lines
1.4 KiB
JSON

{
"name": "jwt-simple",
"description": "JWT(JSON Web Token) encode and decode module",
"version": "0.3.1",
"author": {
"name": "Kazuhito Hokamura",
"email": "k.hokamura@gmail.com"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hokaccha/node-jwt-simple.git"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"scripts": {
"test": "mocha test/*.js"
},
"license": "MIT",
"engines": {
"node": ">= 0.4.0"
},
"keywords": [
"jwt",
"encode",
"decode"
],
"main": "./index",
"gitHead": "8367ebca9379efa3116e57702ecc48bdeedd9841",
"bugs": {
"url": "https://github.com/hokaccha/node-jwt-simple/issues"
},
"homepage": "https://github.com/hokaccha/node-jwt-simple#readme",
"_id": "jwt-simple@0.3.1",
"_shasum": "86e0b121d149534423dbd8044a727e3cf1eb939e",
"_from": "jwt-simple@*",
"_npmVersion": "2.11.0",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "hokaccha",
"email": "k.hokamura@gmail.com"
},
"maintainers": [
{
"name": "hokaccha",
"email": "k.hokamura@gmail.com"
}
],
"dist": {
"shasum": "86e0b121d149534423dbd8044a727e3cf1eb939e",
"tarball": "http://registry.npmjs.org/jwt-simple/-/jwt-simple-0.3.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/jwt-simple/-/jwt-simple-0.3.1.tgz",
"readme": "ERROR: No README data found!"
}