{
	"name": "@mootable/hashmap",
	"version": "1.0.7",
	"description": "HashMap Implementation for JavaScript",
	"homepage": "https://github.com/mootable/hashmap",
	"main": "./hashmap.js",
	"dependencies": {},
	"keywords": [
		"mootable",
		"hashmap",
		"map",
		"object",
		"array",
		"associative",
		"javascript",
		"nodejs",
		"node",
		"browser"
	],
	"author": {
		"name": "Jack Moxley",
		"web": "https://github.com/mootable/hashmap"
	},
	"ignore": ["**/.*", "node_modules", "test", "benchmark","components"]
}
