UNPKG

striptags

Version:
31 lines (30 loc) 706 B
{ "name": "striptags", "description": "PHP strip_tags in Node.js", "license": "MIT", "author": "Eric Norris (https://github.com/ericnorris)", "repository": { "type": "git", "url": "https://github.com/ericnorris/striptags.git" }, "main": "src/striptags.js", "homepage": "https://github.com/ericnorris/striptags", "bugs": "https://github.com/ericnorris/striptags/issues", "version": "3.2.0", "devDependencies": { "istanbul": "^0.4.5", "mocha": "^3.2.0" }, "keywords": [ "striptags", "strip_tags", "html", "strip", "tags" ], "typings": "index.d.ts", "scripts": { "test": "mocha", "coverage": "istanbul cover _mocha -- -R spec" } }