UNPKG

posthtml-jsxhtml-freemarker

Version:

An experimental plugin to convert normalized jsx html into freemarker template.

54 lines (53 loc) 1.37 kB
{ "name": "posthtml-jsxhtml-freemarker", "version": "0.1.4", "description": "An experimental plugin to convert normalized jsx html into freemarker template. ", "main": "index.js", "scripts": { "test": "npm run lint && mocha -R dot && npm run cover", "clean": "rm -rf coverage jsdoc-api", "cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap", "lint": "jshint . && jscs ." }, "repository": { "type": "git", "url": "git+https://github.com/apuravchauhan/posthtml-jsxhtml-freemarker.git" }, "keywords": [ "jsx", "freemarker", "posthtml", "jsx to freemarker", "transpiler", "java-jsx", "transform", "posthtml", "plugin", "html", "xml", "custom-jsx", "processor", "htmlnext", "transforming", "transform", "manipulation", "preprocessor", "parser" ], "author": "Apurav Chauhan | twitter: apuravchauhan", "license": "MIT", "bugs": { "url": "https://github.com/apuravchauhan/posthtml-jsxhtml-freemarker/issues" }, "homepage": "https://github.com/apuravchauhan/posthtml-jsxhtml-freemarker#readme", "devDependencies": { "chai": "^3.2.0", "istanbul": "^0.4.2", "jscs": "^3.0.7", "jshint": "^2.8.0", "mocha": "^5.2.0" }, "dependencies": { "posthtml": "^0.9.2" } }