agg-session-manager
Version:
Session manager for Aggregate Industries
30 lines (29 loc) • 749 B
JSON
{
"name": "agg-session-manager",
"version": "0.4.2",
"description": "Session manager for Aggregate Industries",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AggregateIndustries/agg-session-manager.git"
},
"keywords": [
"session",
"manager"
],
"author": "Natalie Johnson, Peter Andrews",
"license": "ISC",
"bugs": {
"url": "https://github.com/AggregateIndustries/agg-session-manager/issues"
},
"homepage": "https://github.com/AggregateIndustries/agg-session-manager",
"dependencies": {
"agg-mongo-dal": "1.0.2",
"cron": "^1.0.9",
"crypto": "0.0.3",
"moment": "^2.10.6"
}
}