optima
Version:
Join all elements of an array and create a human-readable string
40 lines (39 loc) • 941 B
JSON
{
"name": "optima",
"version": "0.0.0",
"description": "Join all elements of an array and create a human-readable string",
"repository": "shinnn/array-to-sentence",
"scripts": {
"pretest": "eslint --fix --config @shinnn --ignore-path .gitignore .",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
},
"license": "MIT",
"jsnext:main": "index.jsnext.js",
"files": [
"index.js",
"index.jsnext.js"
],
"keywords": [
"to-sentence",
"sentence",
"array",
"join",
"human",
"readable",
"string",
"separator",
"comma",
"and",
"browser",
"client-side"
],
"devDependencies": {
"@shinnn/eslint-config": "^2.4.0",
"eslint": "^2.13.1",
"istanbul": "^0.4.4",
"require-from-string": "^1.2.0",
"rollup": "^0.33.0",
"tape": "^4.6.0"
}
}