48 lines
952 B
JSON
Raw Normal View History

{
2018-07-11 16:23:14 +02:00
"name": "strapi-hook-ejs",
2021-08-04 17:06:51 +02:00
"version": "3.6.6",
"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",
2019-05-17 03:00:08 -07:00
"koa-ejs": "^4.2.0"
},
"scripts": {
2019-04-26 16:19:08 +02:00
"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": {
2021-06-23 07:55:40 +02:00
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
2019-04-26 16:19:08 +02:00
}