{
	"name": "egal",
	"version": "1.3.0",
	"description": "Strict equality test (like ===) that handles both built-in and custom value objects (those with a valueOf function).",
	"keywords": [
		"compare",
		"eql",
		"equal",
		"equality",
		"is"
	],
	"homepage": "https://github.com/moll/js-egal",
	"bugs": "https://github.com/moll/js-egal/issues",

	"author": {
		"name": "Andri Möll",
		"email": "andri@dot.ee",
		"url": "http://themoll.com"
	},

	"repository": {
		"type": "git",
		"url": "git://github.com/moll/js-egal.git"
	},

	"licenses": [{
		"type": "LAGPL",
		"url": "https://github.com/moll/js-egal/blob/master/LICENSE"
	}],

	"main": "index.js",
	"scripts": {"test": "make test"},

	"dependencies": {
		"kindof": ">= 2.0.0 < 3"
	},

	"devDependencies": {
		"mocha": ">= 1.12.0 < 2",
		"must": ">= 0.12.0 < 0.13",
		"sinon": ">= 1.15.3 < 2",
		"lodash.wrap": ">= 3.0.0 < 4"
	}
}
