firebase-token-generator
Version:
A utility to generate signed Firebase Authentication Tokens
35 lines (34 loc) • 937 B
JSON
{
"author": "Firebase",
"name": "firebase-token-generator",
"description": "A utility to generate signed Firebase Authentication Tokens",
"version": "2.0.0",
"main": "./dist/firebase-token-generator-node.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-closure-tools": "~0.9.2",
"grunt-concurrent": "~0.4.3",
"grunt-exec": "~0.4.3",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-mocha": "~0.4.10"
},
"scripts": {
"test": "grunt build test"
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-token-generator-node.git"
},
"keywords": [
"Firebase",
"JWT"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/firebase/firebase-token-generator-node/issues"
},
"homepage": "https://github.com/firebase/firebase-token-generator-node"
}