UNPKG

xtpl

Version:

nodejs wrapper around xtemplate engine

47 lines (46 loc) 1.09 kB
{ "name": "xtpl", "version": "3.4.2", "description": "nodejs wrapper around xtemplate engine", "author": "yiminghe <yiminghe@gmail.com>", "contributors": [ "4simple <wondger@qq.com>" ], "files": [ "lib", "index.js" ], "engines": { "node": ">=0.10" }, "scripts": { "pub":"git push && npm publish", "test": "node --harmony ./node_modules/mocha/bin/mocha --harmony -R list tests/specs", "cover": "node --harmony ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha -- -R list tests/specs/" }, "repository": { "type": "git", "url": "https://github.com/xtemplate/xtpl" }, "keywords": [ "xtpl", "xtemplate", "express" ], "license": "MIT", "bugs": { "url": "https://github.com/xtemplate/xtpl/issues" }, "devDependencies": { "coveralls": "~2.11.9", "expect.js": "^0.3.1", "express": "~3.4.8", "istanbul": "~0.4.3", "koa": "^2.7.0", "mocha": "~2.5.3", "mocha-istanbul": "~0.2.0", "request": "^2.72.0", "supertest": "~1.2.0", "xtemplate": "5.x" } }