{
  "name": "what-is",
  "description": "A very simple \"typeof\" detection",
  "version": "0.1.2-EOL",
  "main": "index.js",
  "scripts": {
    "test": "mocha *.test.js"
  },
  "keywords": [
    "isArray",
    "isDate",
    "isNaN",
    "isInfinity",
    "isNull",
    "isUndefined",
    "isObject",
    "isRegExp",
    "isString",
    "kind",
    "type",
    "typeof"
  ],
  "devDependencies": {
    "mocha": "3.4.2"
  },
  "author": "Greg Twardowski (https://github.com/tvardy)",
  "repository": {
    "type": "git",
    "url": "git://github.com/tvardy/what-is.git"
  },
  "license": "ISC"
}
