strapi/packages/strapi-ejs/package.json
Aurélien Georget 7085ba3c22 3.0.0-alpha.3
2017-01-23 10:49:29 +01:00

50 lines
900 B
JSON

{
"name": "strapi-ejs",
"version": "3.0.0-alpha.3",
"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": "^3.0.0"
},
"strapi": {
"isHook": true
},
"scripts": {
"prepublish": "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": ">= 7.0.0",
"npm": ">= 3.0.0"
},
"license": "MIT"
}