UNPKG

koa-xtpl

Version:

A node.js wrapper around xtemplate engine (easier for Koa)

38 lines (37 loc) 751 B
{ "name": "koa-xtpl", "version": "2.1.1", "description": "A node.js wrapper around xtemplate engine (easier for Koa)", "main": "lib", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/zce/koa-xtpl.git" }, "keywords": [ "xtemplate", "xtpl", "koa", "koajs", "zce", "wedn", "wedn.net", "micua", "micua.com", "汪磊" ], "author": "iceStone <ice@micua.com> (http://www.micua.com/)", "license": "MIT", "bugs": { "url": "https://github.com/zce/koa-xtpl/issues" }, "homepage": "https://github.com/zce/koa-xtpl#readme", "dependencies": { "node-xtemplate": "^0.1.6" }, "devDependencies": { "koa": "^2.3.0" } }