decode-html
Version:
decode html entities
29 lines (28 loc) • 579 B
JSON
{
"name": "decode-html",
"version": "2.0.0",
"description": "decode html entities",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "^4.5.1"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intesso/decode-html.git"
},
"keywords": [
"decode",
"html",
"entities"
],
"author": "Andi Neck",
"license": "MIT",
"bugs": {
"url": "https://github.com/intesso/decode-html/issues"
},
"homepage": "https://github.com/intesso/decode-html#readme"
}