mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
48 lines
950 B
JSON
48 lines
950 B
JSON
{
|
|
"name": "strapi-hook-redis",
|
|
"version": "3.0.0-alpha.14.2",
|
|
"description": "Redis hook for the Strapi framework",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"redis",
|
|
"hook",
|
|
"memory",
|
|
"cache",
|
|
"strapi"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"ioredis": "^3.1.2",
|
|
"lodash": "^4.17.5",
|
|
"rimraf": "^2.6.2",
|
|
"stack-trace": "0.0.10",
|
|
"strapi-utils": "3.0.0-alpha.14.2"
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 9.0.0",
|
|
"npm": ">= 5.3.0"
|
|
},
|
|
"license": "MIT"
|
|
} |