{
  "name": "humanize-list",
  "description": "Comma delimit an array for human readability, the Oxford comma is optional.",
  "author": "John Otander",
  "version": "1.0.1",
  "license": "MIT",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "ava"
  },
  "repository": "johnotander/humanize-list",
  "keywords": [
    "humanize",
    "array",
    "list",
    "format",
    "comma",
    "delimit",
    "oxford"
  ],
  "dependencies": {},
  "devDependencies": {
    "ava": "^0.8.0"
  }
}
