{
	"name": "check-type",
	"version": "0.4.11",
	"main": "check-type.min.js",
	"description": "Library to check variable type and properties in object.",
	"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",
		"mocha": "~1.18.2",
		"sinonjs-built": "~1.8.2",
		"sinon-chai": "~2.5.0"
	},
	"homepage": "https://github.com/alistairjcbrown/check-type",
	"keywords": [
		"util",
		"type",
		"check",
		"checking",
		"library"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git://github.com/alistairjcbrown/check-type.git"
	},
	"ignore": [
		"./Gruntfile.js",
		"./lib/examples/",
		"./lib/tests/"
	]
}