mirror of
https://github.com/strapi/strapi.git
synced 2026-01-01 17:54:44 +00:00
49 lines
905 B
JSON
Executable File
49 lines
905 B
JSON
Executable File
{
|
|
"name": "strapi-ejs",
|
|
"version": "3.0.0-alpha.7.2",
|
|
"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",
|
|
"koa-ejs": "^4.1.0"
|
|
},
|
|
"strapi": {
|
|
"isHook": true
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm prune"
|
|
},
|
|
"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": ">= 8.0.0",
|
|
"npm": ">= 5.3.0"
|
|
},
|
|
"license": "MIT"
|
|
} |