wukong-templates
Version:
A wukong plugin to render files with templates.
37 lines (36 loc) • 829 B
JSON
{
"name": "wukong-templates",
"version": "0.3.0",
"description": "A wukong plugin to render files with templates.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/fundon/wukong-templates"
},
"keywords": [
"wukong",
"templates"
],
"author": "Fangdun Cai <cfddream@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fundon/wukong-templates/issues"
},
"homepage": "https://github.com/fundon/wukong-templates",
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"mocha": "^1.18.2",
"should": "^3.3.0",
"swig": "^1.3.2",
"wukong": "^0.12.0"
},
"dependencies": {
"extend": "^1.2.1",
"debug": "^0.8.0",
"multimatch": "^0.1.0",
"consolidate": "^0.10.0"
}
}