UNPKG

@t2ee/cookieman

Version:
42 lines (41 loc) 925 B
{ "name": "@t2ee/cookieman", "version": "0.0.5", "description": "t2ee cookie middleware", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json" }, "author": "Qiaosen Huang", "license": "MIT", "dependencies": { "@t2ee/vader": "^0.1.5", "@types/chance": "^0.7.31", "@types/jsonwebtoken": "^7.1.33", "@types/koa": "^2.0.36", "@types/redis": "^0.12.34", "chance": "^1.0.4", "jsonwebtoken": "^7.2.1", "koa": "^2.0.0-alpha.7", "moment": "^2.17.1", "redis": "^2.6.3" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/t2ee/cookieman.git" }, "keywords": [ "cookie", "t2ee", "vader", "typescript", "ts", "koa" ], "bugs": { "url": "https://github.com/t2ee/cookieman/issues" }, "homepage": "https://github.com/t2ee/cookieman#readme" }