nl2br
Version:
A NodeJS module for converting newlines to line breaks
26 lines (25 loc) • 632 B
JSON
{
"name": "nl2br",
"version": "0.0.3",
"description": "A NodeJS module for converting newlines to line breaks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/emanuelsaringan/nl2br.git"
},
"keywords": [
"nl2br",
"newline",
"linebreak",
"br"
],
"author": "Emanuel Saringan <dev@lambdageek.com> (http://www.lambdageek.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/emanuelsaringan/nl2br/issues"
},
"homepage": "https://github.com/emanuelsaringan/nl2br"
}