initial commit
This commit is contained in:
+60
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "jwt-simple",
|
||||
"description": "JWT(JSON Web Token) encode and decode module",
|
||||
"version": "0.2.0",
|
||||
"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"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://raw.github.com/hokaccha/node-jwt-simple/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"jwt",
|
||||
"encode",
|
||||
"decode"
|
||||
],
|
||||
"main": "./index",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hokaccha/node-jwt-simple/issues"
|
||||
},
|
||||
"_id": "jwt-simple@0.2.0",
|
||||
"dist": {
|
||||
"shasum": "71e4e49b45cf2e2820d4576868bc0a8e373a9670",
|
||||
"tarball": "http://registry.npmjs.org/jwt-simple/-/jwt-simple-0.2.0.tgz"
|
||||
},
|
||||
"_from": "jwt-simple@>=0.2.0 <0.3.0",
|
||||
"_npmVersion": "1.3.11",
|
||||
"_npmUser": {
|
||||
"name": "hokaccha",
|
||||
"email": "k.hokamura@gmail.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "hokaccha",
|
||||
"email": "k.hokamura@gmail.com"
|
||||
}
|
||||
],
|
||||
"directories": {},
|
||||
"_shasum": "71e4e49b45cf2e2820d4576868bc0a8e373a9670",
|
||||
"_resolved": "https://registry.npmjs.org/jwt-simple/-/jwt-simple-0.2.0.tgz",
|
||||
"readme": "ERROR: No README data found!",
|
||||
"homepage": "https://github.com/hokaccha/node-jwt-simple#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user