UNPKG

rich-message

Version:

Turn a plain message into a rich HTML message.

44 lines (43 loc) 932 B
{ "name": "rich-message", "description": "Turn a plain message into a rich HTML message.", "version": "1.0.2", "author": "moose-team", "bugs": { "url": "https://github.com/moose-team/rich-message/issues" }, "devDependencies": { "standard": "^6.0.8", "tap-spec": "^4.1.1", "tape": "^4.5.1" }, "homepage": "https://github.com/moose-team/rich-message", "keywords": [ "chat", "embed", "emoji", "friends", "html", "markdown", "message", "moose", "rich" ], "license": "ISC", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/moose-team/rich-message.git" }, "scripts": { "test": "standard && tape test.js | tap-spec" }, "dependencies": { "ghlink": "^0.1.2", "highlight.js": "^8.5.0", "markdown-it": "^4.2.0", "markdown-it-emoji": "^1.0.0", "moment": "^2.10.2", "twemoji": "^1.4.1" } }