strip-tags
Version:
Strip specific tags from a string of HTML
46 lines (45 loc) • 913 B
JSON
{
"name": "strip-tags",
"description": "Strip specific tags from a string of HTML",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/strip-tags",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/strip-tags.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/strip-tags/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/strip-tags/blob/master/LICENSE"
},
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"cheerio": "^0.18.0"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"cheerio",
"element",
"elements",
"html",
"omit",
"remove",
"strip",
"tag",
"tags"
]
}