npm-package/auth/package.json

15 lines
279 B
JSON
Raw Normal View History

2019-08-28 14:08:14 +08:00
{
"name": "@ehason/auth",
2019-08-30 15:13:44 +08:00
"version": "1.0.2",
2019-08-28 14:08:14 +08:00
"description": "User auth lib",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "likeagle",
"license": "MIT",
"dependencies": {
"ioredis": "^4.14.0"
}
}