node-laravel-session
Version:
Tool in order to share sessions between node and laravel
29 lines (28 loc) • 607 B
JSON
{
"name": "node-laravel-session",
"version": "2.0.1",
"description": "Tool in order to share sessions between node and laravel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"node",
"session",
"authentication",
"socket",
"redis",
"share"
],
"author": "Ricardo Spear",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/spearmootz/node-laravel-session.git"
},
"dependencies": {
"php-serialization": "0.0.4",
"php-unserialize": "0.0.1"
}
}