UNPKG

special-entities

Version:

A small JavaScript library for normalizing the encoding of HTML entities.

40 lines 850 B
{ "name": "special-entities", "description": "A small JavaScript library for normalizing the encoding of HTML entities.", "version": "1.0.2", "author": "Beneath the Ink <info@beneaththeink.com>", "contributors": [ { "name": "Tyler Johnson", "email": "tyler@beneaththeink.com", "url": "http://github.com/tyler-johnson" } ], "repository": { "type": "git", "url": "https://github.com/BeneathTheInk/special-entities.git" }, "main": "lib/index.js", "devDependencies": { "grunt": "~0.4.5", "grunt-browserify": "~3.0.1", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-uglify": "~0.6.0", "grunt-wrap2000": "~0.1.0" }, "license": "MIT", "keywords": [ "html", "xhtml", "xml", "entity", "entities", "character", "character reference", "normalize", "encode", "decode", "unicode", "code point" ] }