strapi/packages/strapi-ejs/package.json
2017-12-16 17:35:16 +01:00

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"
}