48 lines
922 B
JSON
Raw Normal View History

{
2018-07-11 16:23:14 +02:00
"name": "strapi-hook-ejs",
2020-06-23 12:18:00 +02:00
"version": "3.0.5",
"description": "EJS hook for the Strapi framework",
"homepage": "http://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": "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": {
2020-06-16 17:32:23 +08:00
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
2019-05-02 15:45:09 +02:00
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
2019-04-26 16:19:08 +02:00
}