{
  "name": "check-type",
  "description": "Library to check variable type and properties in object.",
  "version": "0.4.11",
  "author": "Alistair Brown <github@alistairjcbrown.com>",
  "bugs": "https://github.com/alistairjcbrown/check-type/issues",
  "contributors": [],
  "dependencies": {
    "underscore": "1.6.0"
  },
  "devDependencies": {
    "chai": "1.9.1",
    "grunt": "0.4.5",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-contrib-uglify": "0.5.0",
    "grunt-keybase-dir": "0.1.0",
    "grunt-mocha": "0.4.11",
    "grunt-mocha-test": "0.11.0",
    "grunt-nice-package": "0.5.2",
    "grunt-toc": "0.1.0",
    "grunt-update-json": "0.1.3",
    "load-grunt-tasks": "0.5.0",
    "mocha": "1.20.1",
    "sinon": "1.10.2",
    "sinon-chai": "2.5.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/alistairjcbrown/check-type",
  "keywords": [
    "util",
    "type",
    "check",
    "checking",
    "library"
  ],
  "license": "MIT",
  "main": "check-type.min.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/alistairjcbrown/check-type.git"
  },
  "scripts": {
    "test": "grunt go"
  }
}

