striptags
Version:
PHP strip_tags in Node.js
25 lines (24 loc) • 437 B
JSON
{
"name": "striptags",
"description": "PHP strip_tags in Node.js",
"main": "striptags.js",
"authors": [
"Eric Norris (https://github.com/ericnorris)"
],
"license": "MIT",
"keywords": [
"striptags",
"strip_tags",
"html",
"strip",
"tags"
],
"homepage": "https://github.com/ericnorris/striptags",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}