UNPKG

fis3-parser-dot-compiler

Version:

doT.js的fis3编译插件——一将doT模板编译成可直接在前端使用的js函数

33 lines (32 loc) 1.03 kB
{ "name" : "fis3-parser-dot-compiler", "description" : "doT.js的fis3编译插件——一将doT模板编译成可直接在前端使用的js函数", "version" : "0.0.4", "author": { "name": "coooold", "email": "coooold@outlook.com", "url": "https://github.com/coooold/" }, "homepage" : "https://github.com/coooold/fis3-parser-dot-compiler", "keywords": ["fis", "fis3", "fis-parser", "template", "doT.js"], "main" : "index.js", "repository": { "type": "git", "url": "https://github.com/coooold/fis3-parser-dot-compiler" }, "bugs": { "url": "https://github.com/coooold/fis3-parser-dot-compiler/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/coooold/fis3-parser-dot-compiler/blob/master/MIT-LICENSE.txt" } ], "engines" : { "node" : ">= 0.8.0" }, "scripts" : { "test" : "mocha test/ut --recursive" } }