You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
517 B
JSON

{
"name": "hashmap",
"version": "2.0.5",
"description": "HashMap Class for JavaScript",
"homepage": "https://github.com/flesler/hashmap",
"main": "./hashmap.js",
"dependencies": {},
"keywords": [
"hashmap",
"map",
"object",
"array",
"associative",
"javascript",
"nodejs",
"node",
"browser"
],
"author": {
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com/"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"components"
]
}