{
  "name": "@gouch/to-title-case",
  "description": "A JavaScript method for intelligently converting strings to title case",
  "version": "2.2.1",
  "author": "David Gouch",
  "devDependencies": {
    "qunit": "^2.6.0",
    "standard": "^12.0.0"
  },
  "keywords": [
    "prose",
    "writing",
    "styleguide",
    "standards"
  ],
  "license": "MIT",
  "repository": "github:gouch/to-title-case",
  "main": "to-title-case.js",
  "scripts": {
    "test": "standard && qunit test"
  },
  "eslintConfig": {}
}
