array-to-comma-list
Version:
Convert your arrays to human-friendly lists
25 lines (24 loc) • 531 B
JSON
{
"name": "array-to-comma-list",
"version": "1.0.1",
"description": "Convert your arrays to human-friendly lists",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Midas Minnegal",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/MidasMinnegal/array-to-comma-list"
},
"keywords": [
"JavaScript",
"Array to list",
"Comma",
"Comma separated list",
"And",
"Comma list",
"Separated list"
]
}