{
  "name": "array-to-sentence",
  "version": "1.1.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.3.0",
    "eslint": "^2.12.0",
    "istanbul": "^0.4.3",
    "require-from-string": "^1.2.0",
    "rollup": "^0.31.2",
    "tape": "^4.5.1"
  }
}
