{
	"name": "session-memory-store",
	"version": "1.0.0",
	"description": "Memory store for session that can auto check expired.",
	"main": "index.js",
	"directories": {
		"lib": "./lib"
	},
	"dependencies": {
		"node-cache": "^3.1.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/TencentRdmCi/session-memory-store.git"
	},
	"author": "vinsonxiao",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/TencentRdmCi/session-memory-store/issues"
	},
	"homepage": "https://github.com/TencentRdmCi/session-memory-store",
	"engines": {
		"node": ">=4.00"
	}
}
