Alexandre Bodin 4ab210eec6 v3.6.0
2021-04-21 17:00:57 +02:00

48 lines
953 B
JSON

{
"name": "strapi-hook-ejs",
"version": "3.6.0",
"description": "EJS hook for the Strapi framework",
"homepage": "https://strapi.io",
"keywords": [
"ejs",
"hook",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"co": "^4.6.0",
"koa-ejs": "^4.2.0"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"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": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}