{
	"name": "hash",
	"version": "0.2.1",
	"description": "Safely use a JavaScript object as hash",
	"homepage": "https://github.com/akidee/hash.js",
	"author": {
		"name": "Andreas Kalsch",
		"email": "mail@akidee.de",
		"url": "http://akidee.de/"
	},
	"engine" : {
		"node": "0"
	},
	"license" : "MIT",
	"dependencies": {},
	"devDependencies": {},
	"keywords": [
		"hash",
		"hashing",
		"object",
		"associative array",
		"associative",
		"safe",
		"simple",
		"minimal"
	],
	"scripts": {
		"test": "node test.js"
	}
}
