mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "strapi-middleware-views",
|
|
"version": "3.6.7",
|
|
"description": "Views middleware to enable server-side rendering for the Strapi framework",
|
|
"homepage": "https://strapi.io",
|
|
"keywords": [
|
|
"redis",
|
|
"hook",
|
|
"memory",
|
|
"cache",
|
|
"strapi"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"consolidate": "^0.16.0",
|
|
"koa-views": "^6.3.0",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.x.x <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|