striptags
Version:
PHP strip_tags in Node.js
41 lines (40 loc) • 1.06 kB
JSON
{
"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": "striptags.js",
"homepage": "https://github.com/ericnorris/striptags",
"bugs": "https://github.com/ericnorris/striptags/issues",
"version": "2.2.0",
"devDependencies": {
"blanket": "~1.1.6",
"mocha": "~2.1.0"
},
"keywords": [
"striptags",
"strip_tags",
"html",
"strip",
"tags"
],
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"test-coverage": "node ./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html"
},
"jshintConfig": {
"node": true
},
"config": {
"blanket": {
"pattern": "src/",
"data-cover-reporter-options": {
"shortnames": true
}
}
}
}