nl2br-x
Version:
JS module for converting newlines to line breaks in BEMHTML and BEMTREE syntaxe
31 lines (30 loc) • 655 B
JSON
{
"name": "nl2br-x",
"version": "0.1.2",
"description": "JS module for converting newlines to line breaks in BEMHTML and BEMTREE syntaxe",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/zakaratcha/nl2br-x.git"
},
"keywords": [
"nl2br",
"newline",
"linebreak",
"br",
"BEMHTML",
"BEMTREE"
],
"author": "zakaratcha <zakaratcha@ya.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zakaratcha/nl2br-x/issues"
},
"homepage": "https://github.com/zakaratcha/nl2br-x",
"devDependencies": {
"mocha": "^8.1.3"
}
}