{
  "name": "@tobius/istruthy",
  "version": "0.2.8",
  "description": "Determine if a given value is \"truthy\"",
  "main": "index.js",
  "repository": "git@github.com:tobius/istruthy.git",
  "keywords": [
    "boolean",
    "isTruthy",
    "truthy"
  ],
  "scripts": {
    "test": "node --use-strict test/index.js"
  },
  "author": "Toby Miller <toby.miller@tobius.com>",
  "license": "MIT"
}
