UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

40 lines (39 loc) 999 B
{ "name": "posthtml-render", "version": "1.1.5", "description": "Renders PostHTML Tree to HTML/XML", "author": "Ivan Voischev <voischev.ivan@ya.ru>", "license": "MIT", "main": "lib/index.js", "engines": { "node": ">=6" }, "files": [ "lib" ], "devDependencies": { "chai": "^4.0.0", "coveralls": "^3.0.3", "jsdoc-to-markdown": "^4.0.1", "mocha": "^6.1.4", "nyc": "^14.1.0", "standard": "^12.0.1", "standard-version": "^6.0.1" }, "scripts": { "lint": "standard --env mocha", "test": "npm run lint && nyc mocha", "coverage": "nyc report --reporter=text-lcov | coveralls", "docs": "jsdoc2md lib/*.js > RENDER.md", "release": "standard-version" }, "keywords": [ "posthtml", "render", "html", "xml" ], "bugs": "https://github.com/posthtml/posthtml-render/issues", "homepage": "https://github.com/posthtml/posthtml-render#readme", "repository": "https://github.com/posthtml/posthtml-render.git" }