fis3-prepackager-dot-compiler
Version:
配合fis3-parser-dot-compiler使用的,doT.js的fis3编译模板收集打包处理插件
33 lines (32 loc) • 1.06 kB
JSON
{
"name" : "fis3-prepackager-dot-compiler",
"description" : "配合fis3-parser-dot-compiler使用的,doT.js的fis3编译模板收集打包处理插件",
"version" : "0.0.4",
"author": {
"name": "coooold",
"email": "coooold@outlook.com",
"url": "https://github.com/coooold/"
},
"homepage" : "https://github.com/coooold/fis3-prepackager-dot-compiler",
"keywords": ["fis", "fis3", "fis-prepackager", "template", "doT.js"],
"main" : "index.js",
"repository": {
"type": "git",
"url": "https://github.com/coooold/fis3-prepackager-dot-compiler"
},
"bugs": {
"url": "https://github.com/coooold/fis3-prepackager-dot-compiler/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/coooold/fis3-prepackager-dot-compiler/blob/master/MIT-LICENSE.txt"
}
],
"engines" : {
"node" : ">= 0.8.0"
},
"scripts" : {
"test" : "mocha test/ut --recursive"
}
}