加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
jfw10973 提交于 2018-06-26 11:54 . remove unused
{
"name": "ftl2html",
"description": "covert freemarker template(ftl) to html by fmpp",
"version": "1.2.0",
"author": "wuzifang, jfw10973",
"license": "MIT",
"repository": "ntesmail/ftl2html",
"main": "index.js",
"scripts": {
"test": "mocha --require test/env --reporter nyan",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha"
},
"keywords": [
"freemarker",
"ftl",
"fmpp"
],
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/ntesmail/ftl2html/issues"
},
"homepage": "https://github.com/ntesmail/ftl2html#readme",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-google": "^0.7.1",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"glob": "^7.1.1",
"chai": "^3.5.0",
"coveralls": "^2.11.14",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
},
"dependencies": {
"glob": "^7.1.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化