toa-mejs
Version:
Mejs render module for toa.
44 lines (43 loc) • 761 B
JSON
{
"name": "toa-mejs",
"description": "Mejs render module for toa.",
"authors": [
"Yan Qing <admin@zensh.com>"
],
"version": "0.5.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:toajs/toa-mejs.git"
},
"engines": {
"node": ">= 4.5.0"
},
"homepage": "https://github.com/toajs/toa-mejs",
"keywords": [
"toa",
"toa-module",
"toa-middleware",
"mejs",
"ejs",
"render",
"view",
"templates"
],
"dependencies": {
"mejs": "^0.9.0"
},
"devDependencies": {
"standard": "^10.0.2",
"supertest": "^3.0.0",
"tman": "^1.6.9",
"toa": "^2.6.8"
},
"scripts": {
"test": "standard && tman"
},
"files": [
"index.js",
"README.md"
]
}