UNPKG

ftl2html

Version:

covert freemarker template(ftl) to html by fmpp

42 lines (41 loc) 1.01 kB
{ "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": { "chai": "^3.5.0", "coveralls": "^2.11.14", "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", "istanbul": "^0.4.5", "mocha": "^3.1.2" }, "dependencies": { "glob": "^7.1.1" } }