mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
47 lines
936 B
JSON
Executable File
47 lines
936 B
JSON
Executable File
{
|
|
"name": "strapi-middleware-views",
|
|
"version": "3.0.0-alpha.13.0.1",
|
|
"description": "Views middleware to enable server-side rendering for the Strapi framework",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"redis",
|
|
"hook",
|
|
"memory",
|
|
"cache",
|
|
"strapi"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"consolidate": "^0.14.5",
|
|
"koa-views": "^6.1.1",
|
|
"lodash": "^4.17.4"
|
|
},
|
|
"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"
|
|
}
|