Alexandre Bodin 5ca7513c45 v3.0.0-beta.0
2019-05-31 17:48:31 +02:00

53 lines
1.0 KiB
JSON

{
"name": "strapi-hook-redis",
"version": "3.0.0-beta.0",
"description": "Redis hook for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
"redis",
"hook",
"memory",
"cache",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"ioredis": "^4.9.3",
"lodash": "^4.17.11",
"rimraf": "^2.6.3",
"stack-trace": "0.0.10",
"strapi-utils": "3.0.0-beta.0"
},
"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": "^10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT",
"scripts": {
"test": "echo \"no tests yet\""
},
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
}