UNPKG

htmled

Version:

A simple JavaScript library for encoding and decoding HTML entities.

21 lines (20 loc) 558 B
{ "name": "htmled", "version": "1.0.1", "description": "A simple JavaScript library for encoding and decoding HTML entities.", "main": "htmled.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["html", "entities", "encoding", "decoding"], "author": "SH20RAJ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/SH20RAJ/htmled.git" }, "bugs": { "url": "https://github.com/SH20RAJ/htmled/issues" }, "homepage": "https://github.com/SH20RAJ/htmled" }