UNPKG

tweet-to-html

Version:

Browser friendly package that converts twitter's API tweet objects text property to HTML. Takes care of all the entities and its links. Handles emoji's.

42 lines (41 loc) 1.01 kB
{ "name": "tweet-to-html", "version": "2.0.0", "description": "Browser friendly package that converts twitter's API tweet objects text property to HTML. Takes care of all the entities and its links. Handles emoji's.", "main": "index.js", "scripts": { "test": "mocha", "build": "browserify demo/js/demo.js -o demo/js/browserify-build.js" }, "repository": { "type": "git", "url": "git+https://github.com/blessenm/tweet-to-html.git" }, "keywords": [ "twitter", "tweet", "api", "html", "entities", "autolink", "autolinker", "emoji" ], "author": { "name": "Blessan Mathew", "email": "blessanm86@gmail.com", "url": "https://blessanmathew.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/blessenm/tweet-to-html/issues" }, "homepage": "https://github.com/blessenm/tweet-to-html#readme", "dependencies": { "twemoji": "^1.4.1" }, "devDependencies": { "chai": "^3.4.0", "mocha": "^2.3.3" } }